PostGIS  3.1.6dev-r@@SVN_REVISION@@

◆ _PG_fini()

void _PG_fini ( void  )

Definition at line 575 of file rtpostgis.c.

575  {
576 
577  MemoryContext old_context;
578 
579  old_context = MemoryContextSwitchTo(TopMemoryContext);
580 
581  /* Clean up */
585 
589 
590  /* Revert back to old context */
591  MemoryContextSwitchTo(old_context);
592 }
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.