PostGIS  3.2.2dev-r@@SVN_REVISION@@

◆ _PG_fini()

void _PG_fini ( void  )

Definition at line 805 of file rtpostgis.c.

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

References boot_postgis_gdal_enabled_drivers, env_postgis_enable_outdb_rasters, and env_postgis_gdal_enabled_drivers.