PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ReorderBufferIterTXNEntry Struct Reference

Data Fields

XLogRecPtr lsn
 
ReorderBufferChangechange
 
ReorderBufferTXNtxn
 
TXNEntryFile file
 
XLogSegNo segno
 

Detailed Description

Definition at line 146 of file reorderbuffer.c.

Field Documentation

◆ change

ReorderBufferChange* ReorderBufferIterTXNEntry::change

Definition at line 149 of file reorderbuffer.c.

Referenced by ReorderBufferIterTXNNext().

◆ file

TXNEntryFile ReorderBufferIterTXNEntry::file

Definition at line 151 of file reorderbuffer.c.

Referenced by ReorderBufferIterTXNNext().

◆ lsn

XLogRecPtr ReorderBufferIterTXNEntry::lsn

Definition at line 148 of file reorderbuffer.c.

◆ segno

XLogSegNo ReorderBufferIterTXNEntry::segno

Definition at line 152 of file reorderbuffer.c.

◆ txn

ReorderBufferTXN* ReorderBufferIterTXNEntry::txn

Definition at line 150 of file reorderbuffer.c.

Referenced by ReorderBufferIterTXNNext().


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