PostgreSQL Source Code git master
|
Data Fields | |
TransactionId | xmin |
TransactionId | xmax |
uint32 | xcnt |
int32 | subxcnt |
bool | suboverflowed |
bool | takenDuringRecovery |
CommandId | curcid |
CommandId SerializedSnapshotData::curcid |
Definition at line 258 of file snapmgr.c.
Referenced by RestoreSnapshot(), and SerializeSnapshot().
bool SerializedSnapshotData::suboverflowed |
Definition at line 256 of file snapmgr.c.
Referenced by RestoreSnapshot(), and SerializeSnapshot().
int32 SerializedSnapshotData::subxcnt |
Definition at line 255 of file snapmgr.c.
Referenced by RestoreSnapshot(), and SerializeSnapshot().
bool SerializedSnapshotData::takenDuringRecovery |
Definition at line 257 of file snapmgr.c.
Referenced by RestoreSnapshot(), and SerializeSnapshot().
uint32 SerializedSnapshotData::xcnt |
Definition at line 254 of file snapmgr.c.
Referenced by RestoreSnapshot(), and SerializeSnapshot().
TransactionId SerializedSnapshotData::xmax |
Definition at line 253 of file snapmgr.c.
Referenced by RestoreSnapshot(), and SerializeSnapshot().
TransactionId SerializedSnapshotData::xmin |
Definition at line 252 of file snapmgr.c.
Referenced by RestoreSnapshot(), and SerializeSnapshot().