PostgreSQL Source Code  git master
PredicateLockData Struct Reference

#include <predicate_internals.h>

Data Fields

int nelements
 
PREDICATELOCKTARGETTAGlocktags
 
SERIALIZABLEXACTxacts
 

Detailed Description

Definition at line 375 of file predicate_internals.h.

Field Documentation

◆ locktags

PREDICATELOCKTARGETTAG* PredicateLockData::locktags

Definition at line 378 of file predicate_internals.h.

Referenced by pg_lock_status().

◆ nelements

int PredicateLockData::nelements

Definition at line 377 of file predicate_internals.h.

Referenced by pg_lock_status().

◆ xacts

SERIALIZABLEXACT* PredicateLockData::xacts

Definition at line 379 of file predicate_internals.h.

Referenced by pg_lock_status().


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