PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ _PG_fini()

void _PG_fini ( void  )

Definition at line 561 of file rtpostgis.c.

561  {
562 
563  MemoryContext old_context;
564 
565  old_context = MemoryContextSwitchTo(TopMemoryContext);
566 
567  /* Clean up */
571 
575 
576  /* Revert back to old context */
577  MemoryContextSwitchTo(old_context);
578 }
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.