|
PostgreSQL Source Code git master
|
#include <xact.h>
Data Fields | |
| TimestampTz | xact_time |
| uint32 | xinfo |
| Oid | dbId |
| Oid | tsId |
| int | nsubxacts |
| TransactionId * | subxacts |
| int | nrels |
| RelFileLocator * | xlocators |
| int | nstats |
| xl_xact_stats_item * | stats |
| TransactionId | twophase_xid |
| char | twophase_gid [GIDSIZE] |
| XLogRecPtr | origin_lsn |
| TimestampTz | origin_timestamp |
| Oid xl_xact_parsed_abort::dbId |
Definition at line 416 of file xact.h.
Referenced by DecodeAbort(), and ParseAbortRecord().
| int xl_xact_parsed_abort::nrels |
Definition at line 422 of file xact.h.
Referenced by ParseAbortRecord(), SummarizeXactRecord(), xact_desc_abort(), and xact_redo_abort().
| int xl_xact_parsed_abort::nstats |
Definition at line 425 of file xact.h.
Referenced by ParseAbortRecord(), xact_desc_abort(), and xact_redo_abort().
| int xl_xact_parsed_abort::nsubxacts |
Definition at line 419 of file xact.h.
Referenced by DecodeAbort(), ParseAbortRecord(), xact_desc_abort(), and xact_redo_abort().
| XLogRecPtr xl_xact_parsed_abort::origin_lsn |
Definition at line 431 of file xact.h.
Referenced by DecodeAbort(), ParseAbortRecord(), xact_desc_abort(), and xact_redo_abort().
| TimestampTz xl_xact_parsed_abort::origin_timestamp |
Definition at line 432 of file xact.h.
Referenced by DecodeAbort(), ParseAbortRecord(), and xact_desc_abort().
| xl_xact_stats_item* xl_xact_parsed_abort::stats |
Definition at line 426 of file xact.h.
Referenced by ParseAbortRecord(), xact_desc_abort(), and xact_redo_abort().
| TransactionId* xl_xact_parsed_abort::subxacts |
Definition at line 420 of file xact.h.
Referenced by DecodeAbort(), ParseAbortRecord(), xact_desc_abort(), and xact_redo_abort().
| Oid xl_xact_parsed_abort::tsId |
Definition at line 417 of file xact.h.
Referenced by ParseAbortRecord().
| char xl_xact_parsed_abort::twophase_gid[GIDSIZE] |
Definition at line 429 of file xact.h.
Referenced by DecodeAbort(), ParseAbortRecord(), and xact_decode().
| TransactionId xl_xact_parsed_abort::twophase_xid |
Definition at line 428 of file xact.h.
Referenced by ParseAbortRecord(), recoveryStopsAfter(), recoveryStopsBefore(), xact_decode(), xact_desc_abort(), and xact_redo().
| TimestampTz xl_xact_parsed_abort::xact_time |
Definition at line 413 of file xact.h.
Referenced by DecodeAbort(), and ParseAbortRecord().
| uint32 xl_xact_parsed_abort::xinfo |
Definition at line 414 of file xact.h.
Referenced by DecodeAbort(), ParseAbortRecord(), xact_desc_abort(), and xact_redo_abort().
| RelFileLocator* xl_xact_parsed_abort::xlocators |
Definition at line 423 of file xact.h.
Referenced by ParseAbortRecord(), SummarizeXactRecord(), xact_desc_abort(), and xact_redo_abort().