PostgreSQL Source Code  git master
ReorderBufferIterTXNState Struct Reference

Data Fields

binaryheapheap
 
Size nr_txns
 
dlist_head old_change
 
ReorderBufferIterTXNEntry entries [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 151 of file reorderbuffer.c.

Field Documentation

◆ entries

ReorderBufferIterTXNEntry ReorderBufferIterTXNState::entries[FLEXIBLE_ARRAY_MEMBER]

Definition at line 156 of file reorderbuffer.c.

◆ heap

binaryheap* ReorderBufferIterTXNState::heap

Definition at line 153 of file reorderbuffer.c.

◆ nr_txns

Size ReorderBufferIterTXNState::nr_txns

Definition at line 154 of file reorderbuffer.c.

◆ old_change

dlist_head ReorderBufferIterTXNState::old_change

Definition at line 155 of file reorderbuffer.c.


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