PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
xl_xact_parsed_commit Struct Reference

#include <xact.h>

Data Fields

TimestampTz xact_time
 
uint32 xinfo
 
Oid dbId
 
Oid tsId
 
int nsubxacts
 
TransactionIdsubxacts
 
int nrels
 
RelFileLocatorxlocators
 
int nstats
 
xl_xact_stats_itemstats
 
int nmsgs
 
SharedInvalidationMessagemsgs
 
TransactionId twophase_xid
 
char twophase_gid [GIDSIZE]
 
int nabortrels
 
RelFileLocatorabortlocators
 
int nabortstats
 
xl_xact_stats_itemabortstats
 
XLogRecPtr origin_lsn
 
TimestampTz origin_timestamp
 

Detailed Description

Definition at line 377 of file xact.h.

Field Documentation

◆ abortlocators

RelFileLocator* xl_xact_parsed_commit::abortlocators

Definition at line 400 of file xact.h.

Referenced by ParsePrepareRecord(), and xact_desc_prepare().

◆ abortstats

xl_xact_stats_item* xl_xact_parsed_commit::abortstats

Definition at line 402 of file xact.h.

Referenced by ParsePrepareRecord(), and xact_desc_prepare().

◆ dbId

Oid xl_xact_parsed_commit::dbId

◆ msgs

SharedInvalidationMessage* xl_xact_parsed_commit::msgs

◆ nabortrels

int xl_xact_parsed_commit::nabortrels

Definition at line 399 of file xact.h.

Referenced by ParsePrepareRecord(), and xact_desc_prepare().

◆ nabortstats

int xl_xact_parsed_commit::nabortstats

Definition at line 401 of file xact.h.

Referenced by xact_desc_prepare().

◆ nmsgs

int xl_xact_parsed_commit::nmsgs

◆ nrels

int xl_xact_parsed_commit::nrels

◆ nstats

int xl_xact_parsed_commit::nstats

Definition at line 391 of file xact.h.

Referenced by ParseCommitRecord(), xact_desc_commit(), xact_desc_prepare(), and xact_redo_commit().

◆ nsubxacts

int xl_xact_parsed_commit::nsubxacts

◆ origin_lsn

XLogRecPtr xl_xact_parsed_commit::origin_lsn

◆ origin_timestamp

TimestampTz xl_xact_parsed_commit::origin_timestamp

◆ stats

xl_xact_stats_item* xl_xact_parsed_commit::stats

◆ subxacts

TransactionId* xl_xact_parsed_commit::subxacts

◆ tsId

Oid xl_xact_parsed_commit::tsId

Definition at line 383 of file xact.h.

Referenced by ParseCommitRecord(), xact_desc_commit(), xact_desc_prepare(), and xact_redo_commit().

◆ twophase_gid

char xl_xact_parsed_commit::twophase_gid[GIDSIZE]

◆ twophase_xid

◆ xact_time

TimestampTz xl_xact_parsed_commit::xact_time

◆ xinfo

uint32 xl_xact_parsed_commit::xinfo

Definition at line 380 of file xact.h.

Referenced by DecodeCommit(), ParseCommitRecord(), xact_desc_commit(), and xact_redo_commit().

◆ xlocators

RelFileLocator* xl_xact_parsed_commit::xlocators

The documentation for this struct was generated from the following file: