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

Data Fields

ReorderBufferTupleCidKey key
 
CommandId cmin
 
CommandId cmax
 
CommandId combocid
 

Detailed Description

Definition at line 129 of file reorderbuffer.c.

Field Documentation

◆ cmax

CommandId ReorderBufferTupleCidEnt::cmax

◆ cmin

CommandId ReorderBufferTupleCidEnt::cmin

◆ combocid

CommandId ReorderBufferTupleCidEnt::combocid

Definition at line 134 of file reorderbuffer.c.

Referenced by ApplyLogicalMappingFile(), and ReorderBufferBuildTupleCidHash().

◆ key

ReorderBufferTupleCidKey ReorderBufferTupleCidEnt::key

Definition at line 131 of file reorderbuffer.c.


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