PostgreSQL Source Code
git master
|
#include <predicate_internals.h>
Data Fields | |
PREDICATELOCKTARGET * | myTarget |
SERIALIZABLEXACT * | myXact |
Definition at line 302 of file predicate_internals.h.
PREDICATELOCKTARGET* PREDICATELOCKTAG::myTarget |
Definition at line 304 of file predicate_internals.h.
Referenced by AtPrepare_PredicateLocks(), ClearOldPredicateLocks(), CreatePredicateLock(), DeleteChildTargetLocks(), DropAllPredicateLocksFromTable(), GetPredicateLockStatusData(), predicatelock_hash(), ReleaseOneSerializableXact(), and TransferPredicateLocksToNewTarget().
SERIALIZABLEXACT* PREDICATELOCKTAG::myXact |
Definition at line 305 of file predicate_internals.h.
Referenced by CheckTableForSerializableConflictIn(), CheckTargetForConflictsIn(), CreatePredicateLock(), DeleteChildTargetLocks(), DropAllPredicateLocksFromTable(), GetPredicateLockStatusData(), ReleaseOneSerializableXact(), and TransferPredicateLocksToNewTarget().