PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
TwoPhaseRecordOnDisk Struct Reference

Data Fields

uint32 len
 
TwoPhaseRmgrId rmid
 
uint16 info
 

Detailed Description

Definition at line 983 of file twophase.c.

Field Documentation

◆ info

uint16 TwoPhaseRecordOnDisk::info

Definition at line 987 of file twophase.c.

Referenced by ProcessRecords(), and RegisterTwoPhaseRecord().

◆ len

uint32 TwoPhaseRecordOnDisk::len

Definition at line 985 of file twophase.c.

Referenced by ProcessRecords(), and RegisterTwoPhaseRecord().

◆ rmid

TwoPhaseRmgrId TwoPhaseRecordOnDisk::rmid

Definition at line 986 of file twophase.c.

Referenced by ProcessRecords(), and RegisterTwoPhaseRecord().


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