37 case T_ForeignScanState:
70 case T_ForeignScanState:
96 case T_ForeignScanState:
101 elog(
ERROR,
"unrecognized node type: %d",
126 elog(
ERROR,
"unrecognized node type: %d",
void ExecReScan(PlanState *node)
void ExecAsyncResponse(AsyncRequest *areq)
void ExecAsyncRequestPending(AsyncRequest *areq)
void ExecAsyncRequestDone(AsyncRequest *areq, TupleTableSlot *result)
void ExecAsyncRequest(AsyncRequest *areq)
void ExecAsyncConfigureWait(AsyncRequest *areq)
void ExecAsyncNotify(AsyncRequest *areq)
void InstrStartNode(Instrumentation *instr)
void InstrStopNode(Instrumentation *instr, double nTuples)
void ExecAsyncAppendResponse(AsyncRequest *areq)
void ExecAsyncForeignScanNotify(AsyncRequest *areq)
void ExecAsyncForeignScanConfigureWait(AsyncRequest *areq)
void ExecAsyncForeignScanRequest(AsyncRequest *areq)
struct PlanState * requestor
struct PlanState * requestee
Instrumentation * instrument