PostgreSQL Source Code  git master
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 371 of file xact.h.

Field Documentation

◆ abortlocators

RelFileLocator* xl_xact_parsed_commit::abortlocators

Definition at line 394 of file xact.h.

Referenced by ParsePrepareRecord(), and xact_desc_prepare().

◆ abortstats

xl_xact_stats_item* xl_xact_parsed_commit::abortstats

Definition at line 396 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 393 of file xact.h.

Referenced by ParsePrepareRecord(), and xact_desc_prepare().

◆ nabortstats

int xl_xact_parsed_commit::nabortstats

Definition at line 395 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 385 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 377 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 374 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: