PostgreSQL Source Code
git master
|
#include <gist_private.h>
Data Fields | |
BlockNumber | blkno |
Buffer | buffer |
Page | page |
GistNSN | lsn |
bool | retry_from_parent |
OffsetNumber | downlinkoffnum |
struct GISTInsertStack * | parent |
Definition at line 207 of file gist_private.h.
BlockNumber GISTInsertStack::blkno |
Definition at line 210 of file gist_private.h.
Referenced by gistdoinsert(), gistFindCorrectParent(), gistFindPath(), and gistfixsplit().
Buffer GISTInsertStack::buffer |
Definition at line 211 of file gist_private.h.
Referenced by gistdoinsert(), gistFindCorrectParent(), gistfinishsplit(), gistfixsplit(), gistformdownlink(), and gistinserttuples().
OffsetNumber GISTInsertStack::downlinkoffnum |
Definition at line 228 of file gist_private.h.
Referenced by gistdoinsert(), gistFindCorrectParent(), gistFindPath(), gistfinishsplit(), gistfixsplit(), and gistformdownlink().
GistNSN GISTInsertStack::lsn |
Definition at line 218 of file gist_private.h.
Referenced by gistdoinsert(), gistFindCorrectParent(), and gistFindPath().
Page GISTInsertStack::page |
Definition at line 212 of file gist_private.h.
Referenced by gistdoinsert(), gistFindCorrectParent(), gistfixsplit(), and gistformdownlink().
struct GISTInsertStack* GISTInsertStack::parent |
Definition at line 231 of file gist_private.h.
Referenced by gistdoinsert(), gistFindCorrectParent(), gistFindPath(), gistfinishsplit(), and gistformdownlink().
bool GISTInsertStack::retry_from_parent |
Definition at line 225 of file gist_private.h.
Referenced by gistdoinsert(), and gistfinishsplit().