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 |
RelFileNode * | xnodes |
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 396 of file xact.h.
Referenced by DecodeAbort(), and ParseAbortRecord().
int xl_xact_parsed_abort::nrels |
Definition at line 402 of file xact.h.
Referenced by ParseAbortRecord(), xact_desc_abort(), and xact_redo_abort().
int xl_xact_parsed_abort::nstats |
Definition at line 405 of file xact.h.
Referenced by ParseAbortRecord(), xact_desc_abort(), and xact_redo_abort().
int xl_xact_parsed_abort::nsubxacts |
Definition at line 399 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 411 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 412 of file xact.h.
Referenced by DecodeAbort(), ParseAbortRecord(), and xact_desc_abort().
xl_xact_stats_item* xl_xact_parsed_abort::stats |
Definition at line 406 of file xact.h.
Referenced by ParseAbortRecord(), xact_desc_abort(), and xact_redo_abort().
TransactionId* xl_xact_parsed_abort::subxacts |
Definition at line 400 of file xact.h.
Referenced by DecodeAbort(), ParseAbortRecord(), xact_desc_abort(), and xact_redo_abort().
Oid xl_xact_parsed_abort::tsId |
Definition at line 397 of file xact.h.
Referenced by ParseAbortRecord().
char xl_xact_parsed_abort::twophase_gid[GIDSIZE] |
Definition at line 409 of file xact.h.
Referenced by DecodeAbort(), ParseAbortRecord(), and xact_decode().
TransactionId xl_xact_parsed_abort::twophase_xid |
Definition at line 408 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 393 of file xact.h.
Referenced by DecodeAbort(), and ParseAbortRecord().
uint32 xl_xact_parsed_abort::xinfo |
Definition at line 394 of file xact.h.
Referenced by DecodeAbort(), ParseAbortRecord(), xact_desc_abort(), and xact_redo_abort().
RelFileNode* xl_xact_parsed_abort::xnodes |
Definition at line 403 of file xact.h.
Referenced by ParseAbortRecord(), xact_desc_abort(), and xact_redo_abort().