PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ interrupt_geos_callback()

static void interrupt_geos_callback ( )
static

Definition at line 49 of file postgis_module.c.

50 {
51 #ifdef WIN32
52  if (UNBLOCKED_SIGNAL_QUEUE())
53  {
54  pgwin32_dispatch_queued_signals();
55  }
56 #endif
57  /*
58  * If PgSQL global flags show interrupt,
59  * flip the pending flag in GEOS
60  * to end current query.
61  */
62  if (QueryCancelPending || ProcDiePending)
63  {
64  GEOS_interruptRequest();
65  }
66 }

Referenced by _PG_init().

Here is the caller graph for this function: