PostGIS  3.3.9dev-r@@SVN_REVISION@@

◆ _PG_fini()

void _PG_fini ( void  )

Definition at line 806 of file rtpostgis.c.

806  {
807 
808  MemoryContext old_context;
809 
810  old_context = MemoryContextSwitchTo(TopMemoryContext);
811 
812  /* Clean up */
816 
820 
821  /* Revert back to old context */
822  MemoryContextSwitchTo(old_context);
823 }
static char * env_postgis_enable_outdb_rasters
Definition: rtpostgis.c:465
static char * env_postgis_gdal_enabled_drivers
Definition: rtpostgis.c:463
static char * boot_postgis_gdal_enabled_drivers
Definition: rtpostgis.c:464

References boot_postgis_gdal_enabled_drivers, env_postgis_enable_outdb_rasters, and env_postgis_gdal_enabled_drivers.