|
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 |
| int | nmsgs |
| SharedInvalidationMessage * | msgs |
| TransactionId | twophase_xid |
| char | twophase_gid [GIDSIZE] |
| int | nabortrels |
| RelFileLocator * | abortlocators |
| int | nabortstats |
| xl_xact_stats_item * | abortstats |
| XLogRecPtr | origin_lsn |
| TimestampTz | origin_timestamp |
| RelFileLocator* xl_xact_parsed_commit::abortlocators |
Definition at line 401 of file xact.h.
Referenced by ParsePrepareRecord(), and xact_desc_prepare().
| xl_xact_stats_item* xl_xact_parsed_commit::abortstats |
Definition at line 403 of file xact.h.
Referenced by ParsePrepareRecord(), and xact_desc_prepare().
| Oid xl_xact_parsed_commit::dbId |
Definition at line 383 of file xact.h.
Referenced by DecodeCommit(), DecodePrepare(), ParseCommitRecord(), ParsePrepareRecord(), xact_desc_commit(), xact_desc_prepare(), and xact_redo_commit().
| SharedInvalidationMessage* xl_xact_parsed_commit::msgs |
Definition at line 396 of file xact.h.
Referenced by ParseCommitRecord(), ParsePrepareRecord(), xact_desc_commit(), xact_desc_prepare(), and xact_redo_commit().
| int xl_xact_parsed_commit::nabortrels |
Definition at line 400 of file xact.h.
Referenced by ParsePrepareRecord(), and xact_desc_prepare().
| int xl_xact_parsed_commit::nabortstats |
Definition at line 402 of file xact.h.
Referenced by ParsePrepareRecord(), and xact_desc_prepare().
| int xl_xact_parsed_commit::nmsgs |
Definition at line 395 of file xact.h.
Referenced by ParseCommitRecord(), ParsePrepareRecord(), xact_desc_commit(), xact_desc_prepare(), and xact_redo_commit().
| int xl_xact_parsed_commit::nrels |
Definition at line 389 of file xact.h.
Referenced by ParseCommitRecord(), ParsePrepareRecord(), SummarizeXactRecord(), xact_desc_commit(), xact_desc_prepare(), and xact_redo_commit().
| int xl_xact_parsed_commit::nstats |
Definition at line 392 of file xact.h.
Referenced by ParseCommitRecord(), ParsePrepareRecord(), xact_desc_commit(), xact_desc_prepare(), and xact_redo_commit().
| int xl_xact_parsed_commit::nsubxacts |
Definition at line 386 of file xact.h.
Referenced by DecodeCommit(), DecodePrepare(), ParseCommitRecord(), ParsePrepareRecord(), xact_desc_commit(), xact_desc_prepare(), and xact_redo_commit().
| XLogRecPtr xl_xact_parsed_commit::origin_lsn |
Definition at line 405 of file xact.h.
Referenced by DecodeCommit(), DecodePrepare(), ParseCommitRecord(), ParsePrepareRecord(), xact_desc_commit(), xact_desc_prepare(), and xact_redo_commit().
| TimestampTz xl_xact_parsed_commit::origin_timestamp |
Definition at line 406 of file xact.h.
Referenced by DecodeCommit(), DecodePrepare(), ParseCommitRecord(), ParsePrepareRecord(), xact_desc_commit(), xact_desc_prepare(), and xact_redo_commit().
| xl_xact_stats_item* xl_xact_parsed_commit::stats |
Definition at line 393 of file xact.h.
Referenced by ParseCommitRecord(), ParsePrepareRecord(), xact_desc_commit(), xact_desc_prepare(), and xact_redo_commit().
| TransactionId* xl_xact_parsed_commit::subxacts |
Definition at line 387 of file xact.h.
Referenced by DecodeCommit(), DecodePrepare(), ParseCommitRecord(), ParsePrepareRecord(), xact_desc_commit(), xact_desc_prepare(), and xact_redo_commit().
| Oid xl_xact_parsed_commit::tsId |
Definition at line 384 of file xact.h.
Referenced by ParseCommitRecord(), xact_desc_commit(), xact_desc_prepare(), and xact_redo_commit().
| char xl_xact_parsed_commit::twophase_gid[GIDSIZE] |
Definition at line 399 of file xact.h.
Referenced by DecodeCommit(), DecodePrepare(), ParseCommitRecord(), ParsePrepareRecord(), xact_decode(), and xact_desc_prepare().
| TransactionId xl_xact_parsed_commit::twophase_xid |
Definition at line 398 of file xact.h.
Referenced by DecodePrepare(), ParseCommitRecord(), ParsePrepareRecord(), recoveryStopsAfter(), recoveryStopsBefore(), xact_decode(), xact_desc_commit(), and xact_redo().
| TimestampTz xl_xact_parsed_commit::xact_time |
Definition at line 380 of file xact.h.
Referenced by DecodeCommit(), DecodePrepare(), ParseCommitRecord(), ParsePrepareRecord(), xact_desc_prepare(), and xact_redo_commit().
| uint32 xl_xact_parsed_commit::xinfo |
Definition at line 381 of file xact.h.
Referenced by DecodeCommit(), ParseCommitRecord(), xact_desc_commit(), and xact_redo_commit().
| RelFileLocator* xl_xact_parsed_commit::xlocators |
Definition at line 390 of file xact.h.
Referenced by ParseCommitRecord(), ParsePrepareRecord(), SummarizeXactRecord(), xact_desc_commit(), xact_desc_prepare(), and xact_redo_commit().