PostgreSQL Source Code  git master
xl_clog_truncate Struct Reference

#include <clog.h>

Data Fields

int64 pageno
 
TransactionId oldestXact
 
Oid oldestXactDb
 

Detailed Description

Definition at line 32 of file clog.h.

Field Documentation

◆ oldestXact

TransactionId xl_clog_truncate::oldestXact

Definition at line 35 of file clog.h.

Referenced by clog_desc(), clog_redo(), and WriteTruncateXlogRec().

◆ oldestXactDb

Oid xl_clog_truncate::oldestXactDb

Definition at line 36 of file clog.h.

Referenced by WriteTruncateXlogRec().

◆ pageno

int64 xl_clog_truncate::pageno

Definition at line 34 of file clog.h.

Referenced by clog_desc(), clog_redo(), and WriteTruncateXlogRec().


The documentation for this struct was generated from the following file: