PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ _PG_fini()

void _PG_fini ( void  )

Definition at line 864 of file rtpostgis.c.

864  {
865 
866  MemoryContext old_context = MemoryContextSwitchTo(TopMemoryContext);
867 
868  elog(NOTICE, "Goodbye from PostGIS Raster %s", POSTGIS_VERSION);
869 
870  /* Return SIGINT handling to core */
871  pqsignal(SIGINT, coreIntHandler);
872 
873  /* Clean up */
877 
881 
882  /* Revert back to old context */
883  MemoryContextSwitchTo(old_context);
884 }
static char * env_postgis_enable_outdb_rasters
Definition: rtpostgis.c:472
static pqsigfunc coreIntHandler
Definition: rtpostgis.c:655
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, coreIntHandler, env_postgis_enable_outdb_rasters, and env_postgis_gdal_enabled_drivers.