PostgreSQL Source Code git master
Loading...
Searching...
No Matches
pendingPosition Struct Reference

Data Fields

Buffer pendingBuffer
 
OffsetNumber firstOffset
 
OffsetNumber lastOffset
 
ItemPointerData item
 
boolhasMatchKey
 

Detailed Description

Definition at line 29 of file ginget.c.

Field Documentation

◆ firstOffset

OffsetNumber pendingPosition::firstOffset

Definition at line 32 of file ginget.c.

Referenced by collectMatchesForHeapRow(), scanGetCandidate(), and scanPendingInsert().

◆ hasMatchKey

bool* pendingPosition::hasMatchKey

Definition at line 35 of file ginget.c.

Referenced by collectMatchesForHeapRow(), and scanPendingInsert().

◆ item

ItemPointerData pendingPosition::item

Definition at line 34 of file ginget.c.

Referenced by collectMatchesForHeapRow(), scanGetCandidate(), and scanPendingInsert().

◆ lastOffset

OffsetNumber pendingPosition::lastOffset

Definition at line 33 of file ginget.c.

Referenced by collectMatchesForHeapRow(), and scanGetCandidate().

◆ pendingBuffer

Buffer pendingPosition::pendingBuffer

Definition at line 31 of file ginget.c.

Referenced by collectMatchesForHeapRow(), scanGetCandidate(), and scanPendingInsert().


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