Data Fields | |
GlobalTransaction | next |
int | pgprocno |
BackendId | dummyBackendId |
TimestampTz | prepared_at |
XLogRecPtr | prepare_lsn |
Oid | owner |
TransactionId | locking_xid |
bool | valid |
char | gid [GIDSIZE] |
Definition at line 109 of file twophase.c.
Definition at line 113 of file twophase.c.
Referenced by TwoPhaseGetDummyBackendId(), and TwoPhaseShmemInit().
char GlobalTransactionData::gid[GIDSIZE] |
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 112 of file twophase.c.
Referenced by CheckPointTwoPhase(), EndPrepare(), FinishPreparedTransaction(), GXactLoadSubxactData(), LockGXact(), MarkAsPrepared(), MarkAsPreparing(), pg_prepared_xact(), StartPrepare(), TransactionIdIsPrepared(), TwoPhaseGetDummyProc(), TwoPhaseGetGXact(), and TwoPhaseShmemInit().
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().
Definition at line 118 of file twophase.c.
Referenced by CheckPointTwoPhase(), FinishPreparedTransaction(), LockGXact(), MarkAsPrepared(), MarkAsPreparing(), pg_prepared_xact(), and TransactionIdIsPrepared().