|
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 673 of file execnodes.h.
| bool AsyncRequest::callback_pending |
Definition at line 678 of file execnodes.h.
Referenced by ExecReScanAppend().
| bool AsyncRequest::request_complete |
Definition at line 679 of file execnodes.h.
| int AsyncRequest::request_index |
Definition at line 677 of file execnodes.h.
| PlanState* AsyncRequest::requestee |
Definition at line 676 of file execnodes.h.
Referenced by postgresForeignAsyncConfigureWait(), and postgresReScanForeignScan().
| PlanState* AsyncRequest::requestor |
Definition at line 675 of file execnodes.h.
Referenced by postgresForeignAsyncConfigureWait().
| TupleTableSlot* AsyncRequest::result |
Definition at line 680 of file execnodes.h.