PostgreSQL Source Code
git master
|
#include <gist_private.h>
Data Fields | |
ItemPointerData | heapPtr |
bool | recheck |
bool | recheckDistances |
HeapTuple | recontup |
OffsetNumber | offnum |
Definition at line 118 of file gist_private.h.
ItemPointerData GISTSearchHeapItem::heapPtr |
Definition at line 120 of file gist_private.h.
Referenced by getNextNearest(), gistgettuple(), and gistScanPage().
OffsetNumber GISTSearchHeapItem::offnum |
Definition at line 125 of file gist_private.h.
Referenced by gistgettuple(), and gistScanPage().
bool GISTSearchHeapItem::recheck |
Definition at line 121 of file gist_private.h.
Referenced by getNextNearest(), gistgettuple(), and gistScanPage().
bool GISTSearchHeapItem::recheckDistances |
Definition at line 122 of file gist_private.h.
Referenced by getNextNearest(), and gistScanPage().
HeapTuple GISTSearchHeapItem::recontup |
Definition at line 123 of file gist_private.h.
Referenced by getNextNearest(), gistgettuple(), and gistScanPage().