PostgreSQL Source Code
git master
|
#include <predicate_internals.h>
Data Fields | |
PREDICATELOCKTAG | tag |
dlist_node | targetLink |
dlist_node | xactLink |
SerCommitSeqNo | commitSeqNo |
Definition at line 317 of file predicate_internals.h.
SerCommitSeqNo PREDICATELOCK::commitSeqNo |
Definition at line 327 of file predicate_internals.h.
Referenced by ClearOldPredicateLocks(), CreatePredicateLock(), DropAllPredicateLocksFromTable(), ReleaseOneSerializableXact(), and TransferPredicateLocksToNewTarget().
PREDICATELOCKTAG PREDICATELOCK::tag |
Definition at line 320 of file predicate_internals.h.
Referenced by AtPrepare_PredicateLocks(), CheckTableForSerializableConflictIn(), CheckTargetForConflictsIn(), ClearOldPredicateLocks(), DeleteChildTargetLocks(), DeleteLockTarget(), DropAllPredicateLocksFromTable(), GetPredicateLockStatusData(), ReleaseOneSerializableXact(), and TransferPredicateLocksToNewTarget().
dlist_node PREDICATELOCK::targetLink |
Definition at line 323 of file predicate_internals.h.
Referenced by CheckTargetForConflictsIn(), ClearOldPredicateLocks(), CreatePredicateLock(), DeleteChildTargetLocks(), DeleteLockTarget(), DropAllPredicateLocksFromTable(), ReleaseOneSerializableXact(), and TransferPredicateLocksToNewTarget().
dlist_node PREDICATELOCK::xactLink |
Definition at line 325 of file predicate_internals.h.
Referenced by CheckTargetForConflictsIn(), ClearOldPredicateLocks(), CreatePredicateLock(), DeleteChildTargetLocks(), DeleteLockTarget(), DropAllPredicateLocksFromTable(), ReleaseOneSerializableXact(), and TransferPredicateLocksToNewTarget().