PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ _PG_fini()

void _PG_fini ( void  )

Definition at line 116 of file postgis_module.c.

References coreIntHandler.

Referenced by _PG_init().

117 {
118  elog(NOTICE, "Goodbye from PostGIS %s", POSTGIS_VERSION);
119  pqsignal(SIGINT, coreIntHandler);
120 }
static pqsigfunc coreIntHandler
Here is the caller graph for this function: