PostgreSQL Source Code
git master
|
#include <execnodes.h>
Data Fields | |
struct PlanState * | requestor |
struct PlanState * | requestee |
int | request_index |
bool | callback_pending |
bool | request_complete |
TupleTableSlot * | result |
Definition at line 609 of file execnodes.h.
bool AsyncRequest::callback_pending |
Definition at line 614 of file execnodes.h.
Referenced by complete_pending_request(), ExecAppendAsyncBegin(), ExecAppendAsyncEventWait(), ExecAsyncAppendResponse(), ExecAsyncRequestPending(), ExecInitAppend(), ExecReScanAppend(), postgresForeignAsyncConfigureWait(), postgresForeignAsyncNotify(), and process_pending_request().
bool AsyncRequest::request_complete |
Definition at line 615 of file execnodes.h.
Referenced by ExecAsyncAppendResponse(), ExecAsyncRequestDone(), ExecAsyncRequestPending(), ExecInitAppend(), ExecReScanAppend(), and postgresForeignAsyncConfigureWait().
int AsyncRequest::request_index |
Definition at line 613 of file execnodes.h.
Referenced by ExecAppendAsyncBegin(), ExecAsyncAppendResponse(), and ExecInitAppend().
struct PlanState* AsyncRequest::requestee |
Definition at line 612 of file execnodes.h.
Referenced by complete_pending_request(), ExecAsyncConfigureWait(), ExecAsyncForeignScanConfigureWait(), ExecAsyncForeignScanNotify(), ExecAsyncForeignScanRequest(), ExecAsyncNotify(), ExecAsyncRequest(), ExecInitAppend(), fetch_more_data_begin(), postgresForeignAsyncConfigureWait(), postgresForeignAsyncNotify(), postgresReScanForeignScan(), process_pending_request(), and produce_tuple_asynchronously().
struct PlanState* AsyncRequest::requestor |
Definition at line 611 of file execnodes.h.
Referenced by ExecAsyncAppendResponse(), ExecAsyncResponse(), ExecInitAppend(), and postgresForeignAsyncConfigureWait().
TupleTableSlot* AsyncRequest::result |
Definition at line 616 of file execnodes.h.
Referenced by complete_pending_request(), ExecAsyncAppendResponse(), ExecAsyncNotify(), ExecAsyncRequest(), ExecAsyncRequestDone(), ExecAsyncRequestPending(), ExecInitAppend(), and ExecReScanAppend().