PostgreSQL Source Code
git master
|
#include <predicate_internals.h>
Definition at line 160 of file predicate_internals.h.
SHM_QUEUE PredXactListData::activeList |
Definition at line 163 of file predicate_internals.h.
Referenced by CreatePredXact(), FirstPredXact(), InitPredicateLocks(), and NextPredXact().
SHM_QUEUE PredXactListData::availableList |
Definition at line 162 of file predicate_internals.h.
Referenced by CreatePredXact(), InitPredicateLocks(), and ReleasePredXact().
SerCommitSeqNo PredXactListData::CanPartialClearThrough |
Definition at line 181 of file predicate_internals.h.
Referenced by ClearOldPredicateLocks(), InitPredicateLocks(), and ReleasePredicateLocks().
PredXactListElement PredXactListData::element |
Definition at line 190 of file predicate_internals.h.
Referenced by InitPredicateLocks().
SerCommitSeqNo PredXactListData::HavePartialClearedThrough |
Definition at line 186 of file predicate_internals.h.
Referenced by ClearOldPredicateLocks(), and InitPredicateLocks().
SerCommitSeqNo PredXactListData::LastSxactCommitSeqNo |
Definition at line 177 of file predicate_internals.h.
Referenced by GetSerializableTransactionSnapshotInt(), InitPredicateLocks(), PreCommit_CheckForSerializationFailure(), and ReleasePredicateLocks().
SERIALIZABLEXACT* PredXactListData::OldCommittedSxact |
Definition at line 188 of file predicate_internals.h.
Referenced by InitPredicateLocks().
TransactionId PredXactListData::SxactGlobalXmin |
Definition at line 171 of file predicate_internals.h.
Referenced by CheckTableForSerializableConflictIn(), ClearOldPredicateLocks(), DropAllPredicateLocksFromTable(), GetSerializableTransactionSnapshotInt(), InitPredicateLocks(), predicatelock_twophase_recover(), PredicateLockPageSplit(), ReleasePredicateLocks(), and SetNewSxactGlobalXmin().
int PredXactListData::SxactGlobalXminCount |
Definition at line 173 of file predicate_internals.h.
Referenced by GetSerializableTransactionSnapshotInt(), InitPredicateLocks(), predicatelock_twophase_recover(), ReleasePredicateLocks(), and SetNewSxactGlobalXmin().
int PredXactListData::WritableSxactCount |
Definition at line 175 of file predicate_internals.h.
Referenced by GetSerializableTransactionSnapshotInt(), InitPredicateLocks(), predicatelock_twophase_recover(), and ReleasePredicateLocks().