PostgreSQL Source Code  git master
SerializedSnapshotData Struct Reference

Data Fields

TransactionId xmin
 
TransactionId xmax
 
uint32 xcnt
 
int32 subxcnt
 
bool suboverflowed
 
bool takenDuringRecovery
 
CommandId curcid
 
TimestampTz whenTaken
 
XLogRecPtr lsn
 

Detailed Description

Definition at line 193 of file snapmgr.c.

Field Documentation

◆ curcid

CommandId SerializedSnapshotData::curcid

Definition at line 201 of file snapmgr.c.

Referenced by RestoreSnapshot(), and SerializeSnapshot().

◆ lsn

XLogRecPtr SerializedSnapshotData::lsn

Definition at line 203 of file snapmgr.c.

Referenced by RestoreSnapshot(), and SerializeSnapshot().

◆ suboverflowed

bool SerializedSnapshotData::suboverflowed

Definition at line 199 of file snapmgr.c.

Referenced by RestoreSnapshot(), and SerializeSnapshot().

◆ subxcnt

int32 SerializedSnapshotData::subxcnt

Definition at line 198 of file snapmgr.c.

Referenced by RestoreSnapshot(), and SerializeSnapshot().

◆ takenDuringRecovery

bool SerializedSnapshotData::takenDuringRecovery

Definition at line 200 of file snapmgr.c.

Referenced by RestoreSnapshot(), and SerializeSnapshot().

◆ whenTaken

TimestampTz SerializedSnapshotData::whenTaken

Definition at line 202 of file snapmgr.c.

Referenced by RestoreSnapshot(), and SerializeSnapshot().

◆ xcnt

uint32 SerializedSnapshotData::xcnt

Definition at line 197 of file snapmgr.c.

Referenced by RestoreSnapshot(), and SerializeSnapshot().

◆ xmax

TransactionId SerializedSnapshotData::xmax

Definition at line 196 of file snapmgr.c.

Referenced by RestoreSnapshot(), and SerializeSnapshot().

◆ xmin

TransactionId SerializedSnapshotData::xmin

Definition at line 195 of file snapmgr.c.

Referenced by RestoreSnapshot(), and SerializeSnapshot().


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