|
PostgreSQL Source Code git master
|
#include <clog.h>
Data Fields | |
| int64 | pageno |
| TransactionId | oldestXact |
| Oid | oldestXactDb |
| TransactionId xl_clog_truncate::oldestXact |
Definition at line 35 of file clog.h.
Referenced by clog_desc(), clog_redo(), and WriteTruncateXlogRec().
| Oid xl_clog_truncate::oldestXactDb |
Definition at line 36 of file clog.h.
Referenced by WriteTruncateXlogRec().
| int64 xl_clog_truncate::pageno |
Definition at line 34 of file clog.h.
Referenced by clog_desc(), clog_redo(), and WriteTruncateXlogRec().