|
PostgreSQL Source Code git master
|
Data Fields | |
| Buffer | pendingBuffer |
| OffsetNumber | firstOffset |
| OffsetNumber | lastOffset |
| ItemPointerData | item |
| bool * | hasMatchKey |
| OffsetNumber pendingPosition::firstOffset |
Definition at line 32 of file ginget.c.
Referenced by collectMatchesForHeapRow(), and scanGetCandidate().
| bool* pendingPosition::hasMatchKey |
Definition at line 35 of file ginget.c.
Referenced by collectMatchesForHeapRow().
| ItemPointerData pendingPosition::item |
Definition at line 34 of file ginget.c.
Referenced by collectMatchesForHeapRow(), and scanGetCandidate().
| OffsetNumber pendingPosition::lastOffset |
Definition at line 33 of file ginget.c.
Referenced by collectMatchesForHeapRow(), and scanGetCandidate().
| Buffer pendingPosition::pendingBuffer |
Definition at line 31 of file ginget.c.
Referenced by collectMatchesForHeapRow(), and scanGetCandidate().