PostGIS  3.1.6dev-r@@SVN_REVISION@@

◆ _PG_fini()

void _PG_fini ( void  )

Definition at line 80 of file postgis_module.c.

81 {
82  elog(NOTICE, "Goodbye from PostGIS %s", POSTGIS_VERSION);
83  pqsignal(SIGINT, coreIntHandler);
84 }
static pqsigfunc coreIntHandler

References coreIntHandler.