PostgreSQL Source Code git master
Loading...
Searching...
No Matches
ReorderBufferIterTXNEntry Struct Reference

Data Fields

XLogRecPtr lsn
 
ReorderBufferChangechange
 
ReorderBufferTXNtxn
 
TXNEntryFile file
 
XLogSegNo segno
 

Detailed Description

Definition at line 159 of file reorderbuffer.c.

Field Documentation

◆ change

ReorderBufferChange* ReorderBufferIterTXNEntry::change

Definition at line 162 of file reorderbuffer.c.

Referenced by ReorderBufferIterTXNNext().

◆ file

TXNEntryFile ReorderBufferIterTXNEntry::file

Definition at line 164 of file reorderbuffer.c.

Referenced by ReorderBufferIterTXNNext().

◆ lsn

XLogRecPtr ReorderBufferIterTXNEntry::lsn

Definition at line 161 of file reorderbuffer.c.

◆ segno

XLogSegNo ReorderBufferIterTXNEntry::segno

Definition at line 165 of file reorderbuffer.c.

◆ txn

ReorderBufferTXN* ReorderBufferIterTXNEntry::txn

Definition at line 163 of file reorderbuffer.c.

Referenced by ReorderBufferIterTXNNext().


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