PostgreSQL Source Code  git master
xl_xact_subxacts Struct Reference

#include <xact.h>

Data Fields

int nsubxacts
 
TransactionId subxacts [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 261 of file xact.h.

Field Documentation

◆ nsubxacts

int xl_xact_subxacts::nsubxacts

◆ subxacts

TransactionId xl_xact_subxacts::subxacts[FLEXIBLE_ARRAY_MEMBER]

Definition at line 264 of file xact.h.

Referenced by ParseAbortRecord(), and ParseCommitRecord().


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