|
PostgreSQL Source Code git master
|
#include <gistxlog.h>
Data Fields | |
| BlockNumber | origrlink |
| GistNSN | orignsn |
| bool | origleaf |
| uint16 | npage |
| bool | markfollowright |
Definition at line 66 of file gistxlog.h.
| bool gistxlogPageSplit::markfollowright |
Definition at line 73 of file gistxlog.h.
Referenced by gistRedoPageSplitRecord(), and gistXLogSplit().
| uint16 gistxlogPageSplit::npage |
Definition at line 72 of file gistxlog.h.
Referenced by gistRedoPageSplitRecord(), gistXLogSplit(), and out_gistxlogPageSplit().
| bool gistxlogPageSplit::origleaf |
Definition at line 70 of file gistxlog.h.
Referenced by gistRedoPageSplitRecord(), and gistXLogSplit().
| GistNSN gistxlogPageSplit::orignsn |
Definition at line 69 of file gistxlog.h.
Referenced by gistRedoPageSplitRecord(), and gistXLogSplit().
| BlockNumber gistxlogPageSplit::origrlink |
Definition at line 68 of file gistxlog.h.
Referenced by gistRedoPageSplitRecord(), and gistXLogSplit().