#include <postgres.h>
#include <fmgr.h>
#include "utils/guc.h"
#include "utils/memutils.h"
#include "../../postgis_config.h"
#include "lwgeom_pg.h"
#include "rtpostgis.h"
#include "rtpg_internal.h"
#include "stringlist.h"
#include "optionlist.h"
Go to the source code of this file.
|
void | _PG_init (void) |
|
void | _PG_fini (void) |
|
static void * | rt_pg_alloc (size_t size) |
|
static void * | rt_pg_realloc (void *mem, size_t size) |
|
static void | rt_pg_free (void *ptr) |
|
static void | rt_pg_error (const char *fmt, va_list ap) __attribute__((format(printf |
|
static void | rt_pg_notice (const char *fmt, va_list ap) __attribute__((format(printf |
|
static void | rt_pg_debug (const char *fmt, va_list ap) __attribute__((format(printf |
|
static char * | rt_pg_options (const char *varname) |
|
static void | rt_pg_vsi_load_options (const char *vsiname, stringlist_t *s) |
|
static void | rt_pg_vsi_load_all_options (void) |
|
static bool | rt_pg_vsi_check_options (char **newval, void **extra, GucSource source) |
|
static void | rtpg_assignHookGDALDataPath (const char *newpath, void *extra) |
|
static void | rtpg_assignHookGDALEnabledDrivers (const char *enabled_drivers, void *extra) |
|
static void | rtpg_assignHookEnableOutDBRasters (bool enable, void *extra) |
|