PostGIS  2.5.7dev-r@@SVN_REVISION@@
rtpostgis.c File Reference
#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 dependency graph for rtpostgis.c:

Go to the source code of this file.

Macros

#define __attribute__   (x)
 
#define RT_MSG_MAXLEN   256
 

Functions

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 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)
 

Variables

 PG_MODULE_MAGIC
 
static char * gdal_datapath = NULL
 
char * gdal_enabled_drivers
 
bool enable_outdb_rasters
 
static char * env_postgis_gdal_enabled_drivers = NULL
 
static char * boot_postgis_gdal_enabled_drivers = NULL
 
static char * env_postgis_enable_outdb_rasters = NULL