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

◆ _PG_init()

void _PG_init ( void  )

Definition at line 62 of file postgis_module.c.

63{
64
65 coreIntHandler = pqsignal(SIGINT, handleInterrupt);
66
67#ifdef WIN32
68 GEOS_interruptRegisterCallback(interruptCallback);
69 lwgeom_register_interrupt_callback(interruptCallback);
70#endif
71
72 /* install PostgreSQL handlers */
73 pg_install_lwgeom_handlers();
74}
lwinterrupt_callback * lwgeom_register_interrupt_callback(lwinterrupt_callback *)
Definition lwgeom_api.c:680
static void handleInterrupt(int sig)
static pqsigfunc coreIntHandler

References coreIntHandler, handleInterrupt(), and lwgeom_register_interrupt_callback().

Here is the call graph for this function: