PostgreSQL Source Code git master
Loading...
Searching...
No Matches
SerializedSnapshotData Struct Reference

Data Fields

TransactionId xmin
 
TransactionId xmax
 
uint32 xcnt
 
int32 subxcnt
 
bool suboverflowed
 
bool takenDuringRecovery
 
CommandId curcid
 

Detailed Description

Definition at line 251 of file snapmgr.c.

Field Documentation

◆ curcid

CommandId SerializedSnapshotData::curcid

Definition at line 259 of file snapmgr.c.

◆ suboverflowed

bool SerializedSnapshotData::suboverflowed

Definition at line 257 of file snapmgr.c.

◆ subxcnt

int32 SerializedSnapshotData::subxcnt

Definition at line 256 of file snapmgr.c.

◆ takenDuringRecovery

bool SerializedSnapshotData::takenDuringRecovery

Definition at line 258 of file snapmgr.c.

◆ xcnt

uint32 SerializedSnapshotData::xcnt

Definition at line 255 of file snapmgr.c.

◆ xmax

TransactionId SerializedSnapshotData::xmax

Definition at line 254 of file snapmgr.c.

◆ xmin

TransactionId SerializedSnapshotData::xmin

Definition at line 253 of file snapmgr.c.


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