PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ _PG_init()

void _PG_init ( void  )

Definition at line 107 of file postgis_module.c.

108 {
109  /*
110  * Hook up interrupt checking to call back here
111  * and examine the PgSQL interrupt state variables
112  */
113  GEOS_interruptRegisterCallback(interrupt_geos_callback);
115 
116  /* Install PostgreSQL error/memory handlers */
117  pg_install_lwgeom_handlers();
118 
119 #if POSTGIS_PROJ_VERSION > 60000
120  /* Pass proj messages through the pgsql error handler */
121  proj_log_func(NULL, NULL, pjLogFunction);
122 #endif
123 
124 }
lwinterrupt_callback * lwgeom_register_interrupt_callback(lwinterrupt_callback *)
Definition: lwgeom_api.c:668
static void interrupt_liblwgeom_callback()
static void interrupt_geos_callback()
static void pjLogFunction(void *data, int logLevel, const char *message)

References interrupt_geos_callback(), interrupt_liblwgeom_callback(), lwgeom_register_interrupt_callback(), and pjLogFunction().

Here is the call graph for this function: