Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

TidScanState Struct Reference

#include <execnodes.h>

Data Fields

ScanState ss
Listtss_tidquals
bool tss_isCurrentOf
int tss_NumTids
int tss_TidPtr
int tss_MarkTidPtr
ItemPointerDatatss_TidList
HeapTupleData tss_htup

Detailed Description

Definition at line 1360 of file execnodes.h.


Field Documentation

Definition at line 1369 of file execnodes.h.

Referenced by TidNext().

Definition at line 1364 of file execnodes.h.

Referenced by TidListCreate(), and TidNext().

Definition at line 1367 of file execnodes.h.

Referenced by ExecTidMarkPos(), and ExecTidRestrPos().

Definition at line 1365 of file execnodes.h.

Referenced by ExecInitTidScan(), ExecReScanTidScan(), TidListCreate(), and TidNext().

Definition at line 1368 of file execnodes.h.

Referenced by ExecInitTidScan(), ExecReScanTidScan(), TidListCreate(), and TidNext().

Definition at line 1363 of file execnodes.h.

Referenced by ExecInitTidScan(), and TidListCreate().


The documentation for this struct was generated from the following file: