MCPcopy Create free account
hub / github.com/apache/cloudberry / CancelRequested

Function CancelRequested

src/backend/tcop/postgres.c:6466–6469  ·  view source on GitHub ↗

* Whether request on cancel or termination have arrived? */

Source from the content-addressed store, hash-verified

6464 * Whether request on cancel or termination have arrived?
6465 */
6466inline bool
6467CancelRequested() {
6468 return InterruptPending && (ProcDiePending || QueryCancelPending);
6469}

Callers 4

waitOnOutboundFunction · 0.85
cdbCopyEndInternalFunction · 0.85
cdbdisp_dispatchXFunction · 0.85
checkDispatchResultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected