PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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.

◆ oldestXactDb

Oid xl_clog_truncate::oldestXactDb

Definition at line 36 of file clog.h.

◆ pageno

int64 xl_clog_truncate::pageno

Definition at line 34 of file clog.h.

Referenced by WriteTruncateXlogRec().


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