PostgreSQL Source Code
git master
|
Data Fields | |
uint32 | len |
TwoPhaseRmgrId | rmid |
uint16 | info |
Definition at line 916 of file twophase.c.
uint16 TwoPhaseRecordOnDisk::info |
Definition at line 920 of file twophase.c.
Referenced by ProcessRecords(), and RegisterTwoPhaseRecord().
uint32 TwoPhaseRecordOnDisk::len |
Definition at line 918 of file twophase.c.
Referenced by ProcessRecords(), and RegisterTwoPhaseRecord().
TwoPhaseRmgrId TwoPhaseRecordOnDisk::rmid |
Definition at line 919 of file twophase.c.
Referenced by ProcessRecords(), and RegisterTwoPhaseRecord().