|
PostgreSQL Source Code git master
|
Definition at line 148 of file twophase.c.
| FullTransactionId GlobalTransactionData::fxid |
Definition at line 163 of file twophase.c.
Definition at line 170 of file twophase.c.
| bool GlobalTransactionData::inredo |
Definition at line 169 of file twophase.c.
| ProcNumber GlobalTransactionData::locking_backend |
Definition at line 166 of file twophase.c.
Referenced by AtAbort_Twophase(), and PostPrepare_Twophase().
| GlobalTransaction GlobalTransactionData::next |
Definition at line 150 of file twophase.c.
Referenced by MarkAsPreparing(), PrepareRedoAdd(), and RemoveGXact().
| bool GlobalTransactionData::ondisk |
Definition at line 168 of file twophase.c.
| Oid GlobalTransactionData::owner |
Definition at line 165 of file twophase.c.
| int GlobalTransactionData::pgprocno |
Definition at line 151 of file twophase.c.
Referenced by TwoPhaseShmemInit().
| XLogRecPtr GlobalTransactionData::prepare_end_lsn |
Definition at line 162 of file twophase.c.
| XLogRecPtr GlobalTransactionData::prepare_start_lsn |
Definition at line 161 of file twophase.c.
| TimestampTz GlobalTransactionData::prepared_at |
Definition at line 152 of file twophase.c.
Referenced by PrepareRedoAdd().
| bool GlobalTransactionData::valid |
Definition at line 167 of file twophase.c.
Referenced by AtAbort_Twophase().