|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| PlanState * | requestor |
| PlanState * | requestee |
| int | request_index |
| bool | callback_pending |
| bool | request_complete |
| TupleTableSlot * | result |
Definition at line 637 of file execnodes.h.
| bool AsyncRequest::callback_pending |
Definition at line 642 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 643 of file execnodes.h.
Referenced by ExecAsyncAppendResponse(), ExecAsyncRequestDone(), ExecAsyncRequestPending(), ExecInitAppend(), ExecReScanAppend(), and postgresForeignAsyncConfigureWait().
| int AsyncRequest::request_index |
Definition at line 641 of file execnodes.h.
Referenced by ExecAppendAsyncBegin(), ExecAsyncAppendResponse(), and ExecInitAppend().
| PlanState* AsyncRequest::requestee |
Definition at line 640 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().
| PlanState* AsyncRequest::requestor |
Definition at line 639 of file execnodes.h.
Referenced by ExecAsyncAppendResponse(), ExecAsyncResponse(), ExecInitAppend(), and postgresForeignAsyncConfigureWait().
| TupleTableSlot* AsyncRequest::result |
Definition at line 644 of file execnodes.h.
Referenced by complete_pending_request(), ExecAsyncAppendResponse(), ExecAsyncNotify(), ExecAsyncRequest(), ExecAsyncRequestDone(), ExecAsyncRequestPending(), ExecInitAppend(), and ExecReScanAppend().