|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| ScanState | ss |
| uint32 | flags |
| List * | custom_ps |
| Size | pscan_len |
| const struct CustomExecMethods * | methods |
| const struct TupleTableSlotOps * | slotOps |
Definition at line 2112 of file execnodes.h.
| List* CustomScanState::custom_ps |
Definition at line 2117 of file execnodes.h.
| uint32 CustomScanState::flags |
Definition at line 2115 of file execnodes.h.
| const struct CustomExecMethods* CustomScanState::methods |
Definition at line 2119 of file execnodes.h.
Referenced by ExecCustomMarkPos(), ExecCustomRestrPos(), ExecCustomScan(), ExecCustomScanEstimate(), ExecCustomScanInitializeDSM(), ExecCustomScanInitializeWorker(), ExecCustomScanReInitializeDSM(), ExecEndCustomScan(), ExecInitCustomScan(), ExecReScanCustomScan(), and ExecShutdownCustomScan().
| Size CustomScanState::pscan_len |
Definition at line 2118 of file execnodes.h.
Referenced by ExecCustomScanEstimate(), and ExecCustomScanInitializeDSM().
| const struct TupleTableSlotOps* CustomScanState::slotOps |
Definition at line 2120 of file execnodes.h.
| ScanState CustomScanState::ss |
Definition at line 2114 of file execnodes.h.
Referenced by ExecCustomScanInitializeDSM(), ExecCustomScanInitializeWorker(), and ExecCustomScanReInitializeDSM().