PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ _PG_fini()

void _PG_fini ( void  )

Definition at line 562 of file rtpostgis.c.

562  {
563 
564  MemoryContext old_context;
565 
566  old_context = MemoryContextSwitchTo(TopMemoryContext);
567 
568  /* Clean up */
572 
576 
577  /* Revert back to old context */
578  MemoryContextSwitchTo(old_context);
579 }
static char * env_postgis_enable_outdb_rasters
Definition: rtpostgis.c:257
static char * env_postgis_gdal_enabled_drivers
Definition: rtpostgis.c:255
static char * boot_postgis_gdal_enabled_drivers
Definition: rtpostgis.c:256

References boot_postgis_gdal_enabled_drivers, env_postgis_enable_outdb_rasters, and env_postgis_gdal_enabled_drivers.