PostgreSQL Source Code git master
|
Data Fields | |
ReorderBufferTupleCidKey | key |
CommandId | cmin |
CommandId | cmax |
CommandId | combocid |
Definition at line 129 of file reorderbuffer.c.
CommandId ReorderBufferTupleCidEnt::cmax |
Definition at line 133 of file reorderbuffer.c.
Referenced by ApplyLogicalMappingFile(), ReorderBufferBuildTupleCidHash(), and ResolveCminCmaxDuringDecoding().
CommandId ReorderBufferTupleCidEnt::cmin |
Definition at line 132 of file reorderbuffer.c.
Referenced by ApplyLogicalMappingFile(), ReorderBufferBuildTupleCidHash(), and ResolveCminCmaxDuringDecoding().
CommandId ReorderBufferTupleCidEnt::combocid |
Definition at line 134 of file reorderbuffer.c.
Referenced by ApplyLogicalMappingFile(), and ReorderBufferBuildTupleCidHash().
ReorderBufferTupleCidKey ReorderBufferTupleCidEnt::key |
Definition at line 131 of file reorderbuffer.c.