|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| ScanState | ss |
| List * | tss_tidexprs |
| bool | tss_isCurrentOf |
| int | tss_NumTids |
| int | tss_TidPtr |
| ItemPointerData * | tss_TidList |
Definition at line 1891 of file execnodes.h.
| ScanState TidScanState::ss |
Definition at line 1893 of file execnodes.h.
Referenced by ExecEndTidScan(), ExecReScanTidScan(), ExecTidScan(), and TidNext().
| bool TidScanState::tss_isCurrentOf |
Definition at line 1895 of file execnodes.h.
Referenced by TidNext(), and TidRecheck().
| int TidScanState::tss_NumTids |
Definition at line 1896 of file execnodes.h.
Referenced by ExecReScanTidScan(), TidNext(), and TidRecheck().
| List* TidScanState::tss_tidexprs |
Definition at line 1894 of file execnodes.h.
| ItemPointerData* TidScanState::tss_TidList |
Definition at line 1898 of file execnodes.h.
Referenced by ExecReScanTidScan(), TidNext(), and TidRecheck().
| int TidScanState::tss_TidPtr |
Definition at line 1897 of file execnodes.h.
Referenced by ExecReScanTidScan(), and TidNext().