PostgreSQL Source Code  git master
LogicalRepStreamAbortData Struct Reference

#include <logicalproto.h>

Data Fields

TransactionId xid
 
TransactionId subxid
 
XLogRecPtr abort_lsn
 
TimestampTz abort_time
 

Detailed Description

Definition at line 186 of file logicalproto.h.

Field Documentation

◆ abort_lsn

XLogRecPtr LogicalRepStreamAbortData::abort_lsn

◆ abort_time

TimestampTz LogicalRepStreamAbortData::abort_time

Definition at line 191 of file logicalproto.h.

Referenced by logicalrep_read_stream_abort(), and pa_stream_abort().

◆ subxid

TransactionId LogicalRepStreamAbortData::subxid

◆ xid

TransactionId LogicalRepStreamAbortData::xid

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