PostgreSQL Source Code
git master
|
#include <gistxlog.h>
Data Fields | |
RelFileNode | node |
BlockNumber | block |
FullTransactionId | latestRemovedFullXid |
Definition at line 96 of file gistxlog.h.
BlockNumber gistxlogPageReuse::block |
Definition at line 99 of file gistxlog.h.
Referenced by gistXLogPageReuse(), and out_gistxlogPageReuse().
FullTransactionId gistxlogPageReuse::latestRemovedFullXid |
Definition at line 100 of file gistxlog.h.
Referenced by gistRedoPageReuse(), gistXLogPageReuse(), and out_gistxlogPageReuse().
RelFileNode gistxlogPageReuse::node |
Definition at line 98 of file gistxlog.h.
Referenced by gistRedoPageReuse(), gistXLogPageReuse(), and out_gistxlogPageReuse().