PostgreSQL Source Code
git master
|
#include <gistxlog.h>
Data Fields | |
RelFileLocator | locator |
BlockNumber | block |
FullTransactionId | snapshotConflictHorizon |
bool | isCatalogRel |
Definition at line 97 of file gistxlog.h.
BlockNumber gistxlogPageReuse::block |
Definition at line 100 of file gistxlog.h.
Referenced by gistXLogPageReuse(), and out_gistxlogPageReuse().
bool gistxlogPageReuse::isCatalogRel |
Definition at line 102 of file gistxlog.h.
Referenced by gistRedoPageReuse(), gistXLogPageReuse(), and out_gistxlogPageReuse().
RelFileLocator gistxlogPageReuse::locator |
Definition at line 99 of file gistxlog.h.
Referenced by gistRedoPageReuse(), gistXLogPageReuse(), and out_gistxlogPageReuse().
FullTransactionId gistxlogPageReuse::snapshotConflictHorizon |
Definition at line 101 of file gistxlog.h.
Referenced by gistRedoPageReuse(), gistXLogPageReuse(), and out_gistxlogPageReuse().