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
}
onExecutorStartPrev
static ExecutorStart_hook_type onExecutorStartPrev
Definition:
postgis_module.c:58
coreIntHandler
static pqsigfunc coreIntHandler
Definition:
postgis_module.c:48
References
coreIntHandler
, and
onExecutorStartPrev
.
postgis
postgis_module.c
Generated by
1.9.1