PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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]

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: