PostgreSQL Source Code
git master
|
#include <gist_private.h>
Data Fields | |
BlockNumber | origrlink |
GistNSN | orignsn |
bool | origleaf |
uint16 | npage |
bool | markfollowright |
Definition at line 215 of file gist_private.h.
bool gistxlogPageSplit::markfollowright |
Definition at line 222 of file gist_private.h.
Referenced by gistRedoPageSplitRecord(), and gistXLogSplit().
uint16 gistxlogPageSplit::npage |
Definition at line 221 of file gist_private.h.
Referenced by gistRedoPageSplitRecord(), gistXLogSplit(), and out_gistxlogPageSplit().
bool gistxlogPageSplit::origleaf |
Definition at line 219 of file gist_private.h.
Referenced by gistRedoPageSplitRecord(), and gistXLogSplit().
GistNSN gistxlogPageSplit::orignsn |
Definition at line 218 of file gist_private.h.
Referenced by gistRedoPageSplitRecord(), and gistXLogSplit().
BlockNumber gistxlogPageSplit::origrlink |
Definition at line 217 of file gist_private.h.
Referenced by gistRedoPageSplitRecord(), and gistXLogSplit().