|
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 CreatePredicateLock(), and TransferPredicateLocksToNewTarget().
| PREDICATELOCKTAG PREDICATELOCK::tag |
Definition at line 320 of file predicate_internals.h.
| dlist_node PREDICATELOCK::targetLink |
Definition at line 323 of file predicate_internals.h.
Referenced by CreatePredicateLock().
| dlist_node PREDICATELOCK::xactLink |
Definition at line 325 of file predicate_internals.h.
Referenced by CreatePredicateLock().