Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

GISTSearchItem Struct Reference

#include <gist_private.h>

Data Fields

struct GISTSearchItemnext
BlockNumber blkno
union {
   GistNSN   parentlsn
   GISTSearchHeapItem   heap
data

Detailed Description

Definition at line 108 of file gist_private.h.


Field Documentation

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().

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().


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