PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ _PG_fini()

void _PG_fini ( void  )

Definition at line 81 of file postgis_module.c.

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

References coreIntHandler.