PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PREDICATELOCK Struct Reference

#include <predicate_internals.h>

Data Fields

PREDICATELOCKTAG tag
 
dlist_node targetLink
 
dlist_node xactLink
 
SerCommitSeqNo commitSeqNo
 

Detailed Description

Definition at line 317 of file predicate_internals.h.

Field Documentation

◆ commitSeqNo

SerCommitSeqNo PREDICATELOCK::commitSeqNo

◆ tag

PREDICATELOCKTAG PREDICATELOCK::tag

Definition at line 320 of file predicate_internals.h.

◆ targetLink

dlist_node PREDICATELOCK::targetLink

Definition at line 323 of file predicate_internals.h.

Referenced by CreatePredicateLock().

◆ xactLink

dlist_node PREDICATELOCK::xactLink

Definition at line 325 of file predicate_internals.h.

Referenced by CreatePredicateLock().


The documentation for this struct was generated from the following file: