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

◆ interrupt_liblwgeom_callback()

static void interrupt_liblwgeom_callback ( )
static

Definition at line 68 of file postgis_module.c.

69{
70#ifdef WIN32
71 if (UNBLOCKED_SIGNAL_QUEUE())
72 {
73 pgwin32_dispatch_queued_signals();
74 }
75#endif
76 /*
77 * If PgSQL global flags show interrupt,
78 * flip the pending flag in liblwgeom
79 * to end current query.
80 */
81 if (QueryCancelPending || ProcDiePending)
82 {
84 }
85}
void lwgeom_request_interrupt(void)
Request interruption of any running code.
Definition lwgeom_api.c:658

References lwgeom_request_interrupt().

Referenced by _PG_init().

Here is the call graph for this function:
Here is the caller graph for this function: