PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ _PG_fini()

void _PG_fini ( void  )

Definition at line 108 of file postgis_module.c.

109 {
110  elog(NOTICE, "Goodbye from PostGIS %s", POSTGIS_VERSION);
111  pqsignal(SIGINT, coreIntHandler);
112 
113  /* restore original hooks */
114  ExecutorStart_hook = onExecutorStartPrev;
115 }
static ExecutorStart_hook_type onExecutorStartPrev
static pqsigfunc coreIntHandler

References coreIntHandler, and onExecutorStartPrev.