|
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 639 of file execnodes.h.
| bool AsyncRequest::callback_pending |
Definition at line 644 of file execnodes.h.
Referenced by ExecReScanAppend().
| bool AsyncRequest::request_complete |
Definition at line 645 of file execnodes.h.
| int AsyncRequest::request_index |
Definition at line 643 of file execnodes.h.
| PlanState* AsyncRequest::requestee |
Definition at line 642 of file execnodes.h.
Referenced by postgresForeignAsyncConfigureWait(), and postgresReScanForeignScan().
| PlanState* AsyncRequest::requestor |
Definition at line 641 of file execnodes.h.
Referenced by postgresForeignAsyncConfigureWait().
| TupleTableSlot* AsyncRequest::result |
Definition at line 646 of file execnodes.h.