PostgreSQL Source Code  git master
TwoPhasePredicateRecord Struct Reference

#include <predicate_internals.h>

Data Fields

TwoPhasePredicateRecordType type
 
union {
   TwoPhasePredicateXactRecord   xactRecord
 
   TwoPhasePredicateLockRecord   lockRecord
 
data
 

Detailed Description

Definition at line 454 of file predicate_internals.h.

Field Documentation

◆ 

union { ... } TwoPhasePredicateRecord::data

◆ lockRecord

TwoPhasePredicateLockRecord TwoPhasePredicateRecord::lockRecord

◆ type

TwoPhasePredicateRecordType TwoPhasePredicateRecord::type

◆ xactRecord

TwoPhasePredicateXactRecord TwoPhasePredicateRecord::xactRecord

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