#include <gist_private.h>
Data Fields | |
| struct GISTSearchItem * | next |
| BlockNumber | blkno |
| union { | |
| GistNSN parentlsn | |
| GISTSearchHeapItem heap | |
| } | data |
Definition at line 108 of file gist_private.h.
Definition at line 111 of file gist_private.h.
Referenced by gistgettuple(), and gistScanPage().
| union { ... } GISTSearchItem::data |
Referenced by gistgettuple(), and gistScanPage().
Definition at line 116 of file gist_private.h.
Referenced by gistScanPage().
| struct GISTSearchItem* GISTSearchItem::next |
Definition at line 110 of file gist_private.h.
Referenced by getNextGISTSearchItem(), gistScanPage(), and GISTSearchTreeItemCombiner().
Definition at line 114 of file gist_private.h.
Referenced by gistgettuple(), and gistScanPage().
1.7.1