PostgreSQL Source Code  git master
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: