PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
ScanState | ss |
Size | pscan_len |
Definition at line 1583 of file execnodes.h.
Size SeqScanState::pscan_len |
Definition at line 1586 of file execnodes.h.
Referenced by ExecSeqScanEstimate(), and ExecSeqScanInitializeDSM().
ScanState SeqScanState::ss |
Definition at line 1585 of file execnodes.h.
Referenced by ExecEndSeqScan(), ExecInitSeqScan(), ExecReScanSeqScan(), ExecSeqScan(), ExecSeqScanEstimate(), ExecSeqScanInitializeDSM(), ExecSeqScanInitializeWorker(), ExecSeqScanReInitializeDSM(), and SeqNext().