PostGIS  3.1.6dev-r@@SVN_REVISION@@

◆ _PG_init()

void _PG_init ( void  )

Definition at line 62 of file postgis_module.c.

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

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

Here is the call graph for this function: