PostgreSQL Source Code  git master
xl_xact_parsed_abort 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
 
TransactionId twophase_xid
 
char twophase_gid [GIDSIZE]
 
XLogRecPtr origin_lsn
 
TimestampTz origin_timestamp
 

Detailed Description

Definition at line 404 of file xact.h.

Field Documentation

◆ dbId

Oid xl_xact_parsed_abort::dbId

Definition at line 409 of file xact.h.

Referenced by DecodeAbort(), and ParseAbortRecord().

◆ nrels

int xl_xact_parsed_abort::nrels

Definition at line 415 of file xact.h.

Referenced by ParseAbortRecord(), SummarizeXactRecord(), xact_desc_abort(), and xact_redo_abort().

◆ nstats

int xl_xact_parsed_abort::nstats

Definition at line 418 of file xact.h.

Referenced by ParseAbortRecord(), xact_desc_abort(), and xact_redo_abort().

◆ nsubxacts

int xl_xact_parsed_abort::nsubxacts

Definition at line 412 of file xact.h.

Referenced by DecodeAbort(), ParseAbortRecord(), xact_desc_abort(), and xact_redo_abort().

◆ origin_lsn

XLogRecPtr xl_xact_parsed_abort::origin_lsn

Definition at line 424 of file xact.h.

Referenced by DecodeAbort(), ParseAbortRecord(), xact_desc_abort(), and xact_redo_abort().

◆ origin_timestamp

TimestampTz xl_xact_parsed_abort::origin_timestamp

Definition at line 425 of file xact.h.

Referenced by DecodeAbort(), ParseAbortRecord(), and xact_desc_abort().

◆ stats

xl_xact_stats_item* xl_xact_parsed_abort::stats

Definition at line 419 of file xact.h.

Referenced by ParseAbortRecord(), xact_desc_abort(), and xact_redo_abort().

◆ subxacts

TransactionId* xl_xact_parsed_abort::subxacts

Definition at line 413 of file xact.h.

Referenced by DecodeAbort(), ParseAbortRecord(), xact_desc_abort(), and xact_redo_abort().

◆ tsId

Oid xl_xact_parsed_abort::tsId

Definition at line 410 of file xact.h.

Referenced by ParseAbortRecord().

◆ twophase_gid

char xl_xact_parsed_abort::twophase_gid[GIDSIZE]

Definition at line 422 of file xact.h.

Referenced by DecodeAbort(), ParseAbortRecord(), and xact_decode().

◆ twophase_xid

TransactionId xl_xact_parsed_abort::twophase_xid

◆ xact_time

TimestampTz xl_xact_parsed_abort::xact_time

Definition at line 406 of file xact.h.

Referenced by DecodeAbort(), and ParseAbortRecord().

◆ xinfo

uint32 xl_xact_parsed_abort::xinfo

Definition at line 407 of file xact.h.

Referenced by DecodeAbort(), ParseAbortRecord(), xact_desc_abort(), and xact_redo_abort().

◆ xlocators

RelFileLocator* xl_xact_parsed_abort::xlocators

Definition at line 416 of file xact.h.

Referenced by ParseAbortRecord(), SummarizeXactRecord(), xact_desc_abort(), and xact_redo_abort().


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