PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ onExecutorStart()

static void onExecutorStart ( QueryDesc *  queryDesc,
int  eflags 
)
static

Definition at line 143 of file postgis_module.c.

143  {
144  /* cancel interrupt requests */
145 
146  GEOS_interruptCancel();
147 
148 #ifdef HAVE_LIBPROTOBUF
149  /* Taking out per #5385 crash */
150  //lwgeom_wagyu_interruptReset();
151 #endif
152 
154 
155  if (onExecutorStartPrev) {
156  (*onExecutorStartPrev)(queryDesc, eflags);
157  } else {
158  standard_ExecutorStart(queryDesc, eflags);
159  }
160 }
void lwgeom_cancel_interrupt(void)
Cancel any interruption request.
Definition: lwgeom_api.c:667
static ExecutorStart_hook_type onExecutorStartPrev

References lwgeom_cancel_interrupt(), and onExecutorStartPrev.

Referenced by _PG_init().

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