PostGIS
3.4.0dev-r@@SVN_REVISION@@
|
#include "postgres.h"
#include "fmgr.h"
#include "executor/executor.h"
#include "utils/elog.h"
#include "utils/guc.h"
#include "libpq/pqsignal.h"
#include "../postgis_config.h"
#include "lwgeom_log.h"
#include "lwgeom_pg.h"
#include "geos_c.h"
#include "lwgeom_wagyu.h"
#include "proj.h"
Go to the source code of this file.
Functions | |
static void | handleInterrupt (int sig) |
static void | onExecutorStart (QueryDesc *queryDesc, int eflags) |
static void | pjLogFunction (void *data, int logLevel, const char *message) |
void | _PG_init (void) |
void | _PG_fini (void) |
Variables | |
PG_MODULE_MAGIC | |
static pqsigfunc | coreIntHandler = 0 |
static ExecutorStart_hook_type | onExecutorStartPrev = NULL |