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 208 of file snapmgr.c.
Referenced by RestoreSnapshot(), and SerializeSnapshot().
XLogRecPtr SerializedSnapshotData::lsn |
Definition at line 210 of file snapmgr.c.
Referenced by RestoreSnapshot(), and SerializeSnapshot().
bool SerializedSnapshotData::suboverflowed |
Definition at line 206 of file snapmgr.c.
Referenced by RestoreSnapshot(), and SerializeSnapshot().
int32 SerializedSnapshotData::subxcnt |
Definition at line 205 of file snapmgr.c.
Referenced by RestoreSnapshot(), and SerializeSnapshot().
bool SerializedSnapshotData::takenDuringRecovery |
Definition at line 207 of file snapmgr.c.
Referenced by RestoreSnapshot(), and SerializeSnapshot().
TimestampTz SerializedSnapshotData::whenTaken |
Definition at line 209 of file snapmgr.c.
Referenced by RestoreSnapshot(), and SerializeSnapshot().
uint32 SerializedSnapshotData::xcnt |
Definition at line 204 of file snapmgr.c.
Referenced by RestoreSnapshot(), and SerializeSnapshot().
TransactionId SerializedSnapshotData::xmax |
Definition at line 203 of file snapmgr.c.
Referenced by RestoreSnapshot(), and SerializeSnapshot().
TransactionId SerializedSnapshotData::xmin |
Definition at line 202 of file snapmgr.c.
Referenced by RestoreSnapshot(), and SerializeSnapshot().