Header And Logo

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

Data Fields

GlobalTransactionData Struct Reference

Data Fields

GlobalTransaction next
int pgprocno
BackendId dummyBackendId
TimestampTz prepared_at
XLogRecPtr prepare_lsn
Oid owner
TransactionId locking_xid
bool valid
char gid [GIDSIZE]

Detailed Description

Definition at line 109 of file twophase.c.


Field Documentation

Definition at line 113 of file twophase.c.

Referenced by TwoPhaseGetDummyBackendId(), and TwoPhaseShmemInit().

Definition at line 119 of file twophase.c.

Referenced by LockGXact(), MarkAsPreparing(), pg_prepared_xact(), and StartPrepare().

Definition at line 117 of file twophase.c.

Referenced by LockGXact(), and MarkAsPreparing().

Definition at line 111 of file twophase.c.

Referenced by MarkAsPreparing(), RemoveGXact(), and TwoPhaseShmemInit().

Definition at line 116 of file twophase.c.

Referenced by LockGXact(), MarkAsPreparing(), pg_prepared_xact(), and StartPrepare().

Definition at line 115 of file twophase.c.

Referenced by CheckPointTwoPhase(), EndPrepare(), and MarkAsPreparing().

Definition at line 114 of file twophase.c.

Referenced by MarkAsPreparing(), pg_prepared_xact(), and StartPrepare().


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