PostgreSQL Source Code  git master
GISTSearchHeapItem Struct Reference

#include <gist_private.h>

Data Fields

ItemPointerData heapPtr
 
bool recheck
 
bool recheckDistances
 
HeapTuple recontup
 
OffsetNumber offnum
 

Detailed Description

Definition at line 118 of file gist_private.h.

Field Documentation

◆ heapPtr

ItemPointerData GISTSearchHeapItem::heapPtr

Definition at line 120 of file gist_private.h.

Referenced by getNextNearest(), gistgettuple(), and gistScanPage().

◆ offnum

OffsetNumber GISTSearchHeapItem::offnum

Definition at line 125 of file gist_private.h.

Referenced by gistgettuple(), and gistScanPage().

◆ recheck

bool GISTSearchHeapItem::recheck

Definition at line 121 of file gist_private.h.

Referenced by getNextNearest(), gistgettuple(), and gistScanPage().

◆ recheckDistances

bool GISTSearchHeapItem::recheckDistances

Definition at line 122 of file gist_private.h.

Referenced by getNextNearest(), and gistScanPage().

◆ recontup

HeapTuple GISTSearchHeapItem::recontup

Definition at line 123 of file gist_private.h.

Referenced by getNextNearest(), gistgettuple(), and gistScanPage().


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