Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

TwoPhaseFileHeader Struct Reference

Data Fields

uint32 magic
uint32 total_len
TransactionId xid
Oid database
TimestampTz prepared_at
Oid owner
int32 nsubxacts
int32 ncommitrels
int32 nabortrels
int32 ninvalmsgs
bool initfileinval
char gid [GIDSIZE]

Detailed Description

Definition at line 787 of file twophase.c.


Field Documentation

Definition at line 792 of file twophase.c.

Referenced by RecoverPreparedTransactions(), and StartPrepare().

char TwoPhaseFileHeader::gid[GIDSIZE]

Definition at line 800 of file twophase.c.

Referenced by RecoverPreparedTransactions(), and StartPrepare().

Definition at line 799 of file twophase.c.

Referenced by FinishPreparedTransaction(), and StartPrepare().

Definition at line 789 of file twophase.c.

Referenced by EndPrepare(), ReadTwoPhaseFile(), and StartPrepare().

Definition at line 794 of file twophase.c.

Referenced by RecoverPreparedTransactions(), and StartPrepare().

Definition at line 793 of file twophase.c.

Referenced by RecoverPreparedTransactions(), and StartPrepare().

Definition at line 790 of file twophase.c.

Referenced by EndPrepare(), ReadTwoPhaseFile(), and StartPrepare().


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