PostgreSQL Source Code
git master
|
#include <predicate_internals.h>
Data Fields | |
PREDICATELOCKTARGETTAG | tag |
bool | held |
int | childLocks |
Definition at line 347 of file predicate_internals.h.
int LOCALPREDICATELOCK::childLocks |
Definition at line 354 of file predicate_internals.h.
Referenced by CheckAndPromotePredicateLockRequest(), DecrementParentLocks(), and PredicateLockAcquire().
bool LOCALPREDICATELOCK::held |
Definition at line 353 of file predicate_internals.h.
Referenced by CheckAndPromotePredicateLockRequest(), DecrementParentLocks(), PredicateLockAcquire(), and PredicateLockExists().
PREDICATELOCKTARGETTAG LOCALPREDICATELOCK::tag |
Definition at line 350 of file predicate_internals.h.