PostgreSQL Source Code  git master
xl_multixact_truncate Struct Reference

#include <multixact.h>

Data Fields

Oid oldestMultiDB
 
MultiXactId startTruncOff
 
MultiXactId endTruncOff
 
MultiXactOffset startTruncMemb
 
MultiXactOffset endTruncMemb
 

Detailed Description

Definition at line 83 of file multixact.h.

Field Documentation

◆ endTruncMemb

MultiXactOffset xl_multixact_truncate::endTruncMemb

Definition at line 93 of file multixact.h.

Referenced by multixact_desc(), multixact_redo(), and WriteMTruncateXlogRec().

◆ endTruncOff

MultiXactId xl_multixact_truncate::endTruncOff

Definition at line 89 of file multixact.h.

Referenced by multixact_desc(), multixact_redo(), and WriteMTruncateXlogRec().

◆ oldestMultiDB

Oid xl_multixact_truncate::oldestMultiDB

Definition at line 85 of file multixact.h.

Referenced by multixact_redo(), and WriteMTruncateXlogRec().

◆ startTruncMemb

MultiXactOffset xl_multixact_truncate::startTruncMemb

Definition at line 92 of file multixact.h.

Referenced by multixact_desc(), multixact_redo(), and WriteMTruncateXlogRec().

◆ startTruncOff

MultiXactId xl_multixact_truncate::startTruncOff

Definition at line 88 of file multixact.h.

Referenced by multixact_desc(), multixact_redo(), and WriteMTruncateXlogRec().


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