|
PostgreSQL Source Code git master
|
#include <predicate_internals.h>
Data Fields | |
| PREDICATELOCKTARGETTAG | tag |
| dlist_head | predicateLocks |
Definition at line 284 of file predicate_internals.h.
| dlist_head PREDICATELOCKTARGET::predicateLocks |
Definition at line 290 of file predicate_internals.h.
Referenced by CheckTableForSerializableConflictIn(), CheckTargetForConflictsIn(), CreatePredicateLock(), DeleteLockTarget(), DropAllPredicateLocksFromTable(), ReleaseOneSerializableXact(), RemoveTargetIfNoLongerUsed(), and TransferPredicateLocksToNewTarget().
| PREDICATELOCKTARGETTAG PREDICATELOCKTARGET::tag |
Definition at line 287 of file predicate_internals.h.
Referenced by AtPrepare_PredicateLocks(), CheckTableForSerializableConflictIn(), ClearOldPredicateLocks(), DeleteChildTargetLocks(), DropAllPredicateLocksFromTable(), GetPredicateLockStatusData(), predicatelock_hash(), ReleaseOneSerializableXact(), and RemoveTargetIfNoLongerUsed().