PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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 411 of file xact.h.

Field Documentation

◆ dbId

Oid xl_xact_parsed_abort::dbId

Definition at line 416 of file xact.h.

◆ nrels

int xl_xact_parsed_abort::nrels

Definition at line 422 of file xact.h.

◆ nstats

int xl_xact_parsed_abort::nstats

Definition at line 425 of file xact.h.

◆ nsubxacts

int xl_xact_parsed_abort::nsubxacts

Definition at line 419 of file xact.h.

◆ origin_lsn

XLogRecPtr xl_xact_parsed_abort::origin_lsn

Definition at line 431 of file xact.h.

◆ origin_timestamp

TimestampTz xl_xact_parsed_abort::origin_timestamp

Definition at line 432 of file xact.h.

◆ stats

xl_xact_stats_item* xl_xact_parsed_abort::stats

Definition at line 426 of file xact.h.

◆ subxacts

TransactionId* xl_xact_parsed_abort::subxacts

Definition at line 420 of file xact.h.

◆ tsId

Oid xl_xact_parsed_abort::tsId

Definition at line 417 of file xact.h.

◆ twophase_gid

char xl_xact_parsed_abort::twophase_gid[GIDSIZE]

Definition at line 429 of file xact.h.

◆ twophase_xid

TransactionId xl_xact_parsed_abort::twophase_xid

Definition at line 428 of file xact.h.

◆ xact_time

TimestampTz xl_xact_parsed_abort::xact_time

Definition at line 413 of file xact.h.

◆ xinfo

uint32 xl_xact_parsed_abort::xinfo

Definition at line 414 of file xact.h.

◆ xlocators

RelFileLocator* xl_xact_parsed_abort::xlocators

Definition at line 423 of file xact.h.


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