PostgreSQL Source Code
git master
|
Data Fields | |
TransactionId | xmin |
TransactionId | xmax |
uint32 | xcnt |
int32 | subxcnt |
bool | suboverflowed |
bool | takenDuringRecovery |
CommandId | curcid |
TimestampTz | whenTaken |
XLogRecPtr | lsn |
CommandId SerializedSnapshotData::curcid |
Definition at line 192 of file snapmgr.c.
Referenced by RestoreSnapshot(), and SerializeSnapshot().
XLogRecPtr SerializedSnapshotData::lsn |
Definition at line 194 of file snapmgr.c.
Referenced by RestoreSnapshot(), and SerializeSnapshot().
bool SerializedSnapshotData::suboverflowed |
Definition at line 190 of file snapmgr.c.
Referenced by RestoreSnapshot(), and SerializeSnapshot().
int32 SerializedSnapshotData::subxcnt |
Definition at line 189 of file snapmgr.c.
Referenced by RestoreSnapshot(), and SerializeSnapshot().
bool SerializedSnapshotData::takenDuringRecovery |
Definition at line 191 of file snapmgr.c.
Referenced by RestoreSnapshot(), and SerializeSnapshot().
TimestampTz SerializedSnapshotData::whenTaken |
Definition at line 193 of file snapmgr.c.
Referenced by RestoreSnapshot(), and SerializeSnapshot().
uint32 SerializedSnapshotData::xcnt |
Definition at line 188 of file snapmgr.c.
Referenced by RestoreSnapshot(), and SerializeSnapshot().
TransactionId SerializedSnapshotData::xmax |
Definition at line 187 of file snapmgr.c.
Referenced by RestoreSnapshot(), and SerializeSnapshot().
TransactionId SerializedSnapshotData::xmin |
Definition at line 186 of file snapmgr.c.
Referenced by RestoreSnapshot(), and SerializeSnapshot().