PostgreSQL Source Code: gistxlogPageReuse Struct Reference (original) (raw)
#include <[gistxlog.h](gistxlog%5F8h%5Fsource.html)>
Data Fields | |
---|---|
RelFileLocator | locator |
BlockNumber | block |
FullTransactionId | snapshotConflictHorizon |
bool | isCatalogRel |
Detailed Description
Definition at line 97 of file gistxlog.h.
Field Documentation
◆ block
BlockNumber gistxlogPageReuse::block
Definition at line 100 of file gistxlog.h.
Referenced by gistXLogPageReuse(), and out_gistxlogPageReuse().
◆ isCatalogRel
bool gistxlogPageReuse::isCatalogRel
Definition at line 102 of file gistxlog.h.
Referenced by gistRedoPageReuse(), gistXLogPageReuse(), and out_gistxlogPageReuse().
◆ locator
RelFileLocator gistxlogPageReuse::locator
Definition at line 99 of file gistxlog.h.
Referenced by gistRedoPageReuse(), gistXLogPageReuse(), and out_gistxlogPageReuse().
◆ snapshotConflictHorizon
FullTransactionId gistxlogPageReuse::snapshotConflictHorizon
Definition at line 101 of file gistxlog.h.
Referenced by gistRedoPageReuse(), gistXLogPageReuse(), and out_gistxlogPageReuse().
The documentation for this struct was generated from the following file:
- src/include/access/gistxlog.h