|
PostgreSQL Source Code git master
|
#include <predicate_internals.h>
Data Fields | |
| TwoPhasePredicateRecordType | type |
| union { | |
| TwoPhasePredicateXactRecord xactRecord | |
| TwoPhasePredicateLockRecord lockRecord | |
| } | data |
Definition at line 454 of file predicate_internals.h.
| union { ... } TwoPhasePredicateRecord::data |
Referenced by AtPrepare_PredicateLocks(), and predicatelock_twophase_recover().
| TwoPhasePredicateLockRecord TwoPhasePredicateRecord::lockRecord |
Definition at line 460 of file predicate_internals.h.
Referenced by AtPrepare_PredicateLocks(), and predicatelock_twophase_recover().
| TwoPhasePredicateRecordType TwoPhasePredicateRecord::type |
Definition at line 456 of file predicate_internals.h.
Referenced by AtPrepare_PredicateLocks(), and predicatelock_twophase_recover().
| TwoPhasePredicateXactRecord TwoPhasePredicateRecord::xactRecord |
Definition at line 459 of file predicate_internals.h.
Referenced by AtPrepare_PredicateLocks(), and predicatelock_twophase_recover().