PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ _PG_fini()

void _PG_fini ( void  )

Definition at line 837 of file rtpostgis.c.

837  {
838 
839  MemoryContext old_context = MemoryContextSwitchTo(TopMemoryContext);
840 
841  elog(NOTICE, "Goodbye from PostGIS Raster %s", POSTGIS_VERSION);
842 
843  /* Clean up */
847 
851 
852  /* Revert back to old context */
853  MemoryContextSwitchTo(old_context);
854 }
static char * env_postgis_enable_outdb_rasters
Definition: rtpostgis.c:472
static char * env_postgis_gdal_enabled_drivers
Definition: rtpostgis.c:470
static char * boot_postgis_gdal_enabled_drivers
Definition: rtpostgis.c:471

References boot_postgis_gdal_enabled_drivers, env_postgis_enable_outdb_rasters, and env_postgis_gdal_enabled_drivers.