PostgreSQL Source Code git master
|
Data Fields | |
Snapshot | as_snap |
int | as_level |
struct ActiveSnapshotElt * | as_next |
int ActiveSnapshotElt::as_level |
Definition at line 175 of file snapmgr.c.
Referenced by AtSubAbort_Snapshot(), AtSubCommit_Snapshot(), and PushActiveSnapshotWithLevel().
struct ActiveSnapshotElt* ActiveSnapshotElt::as_next |
Definition at line 176 of file snapmgr.c.
Referenced by AtEOXact_Snapshot(), AtSubAbort_Snapshot(), AtSubCommit_Snapshot(), PopActiveSnapshot(), and PushActiveSnapshotWithLevel().
Snapshot ActiveSnapshotElt::as_snap |
Definition at line 174 of file snapmgr.c.
Referenced by AtSubAbort_Snapshot(), GetActiveSnapshot(), PopActiveSnapshot(), PushActiveSnapshotWithLevel(), and UpdateActiveSnapshotCommandId().