|
PostgreSQL Source Code git master
|
Data Fields | |
| ReorderBufferTupleCidKey | key |
| CommandId | cmin |
| CommandId | cmax |
| CommandId | combocid |
Definition at line 142 of file reorderbuffer.c.
| CommandId ReorderBufferTupleCidEnt::cmax |
Definition at line 146 of file reorderbuffer.c.
Referenced by ApplyLogicalMappingFile(), ReorderBufferBuildTupleCidHash(), and ResolveCminCmaxDuringDecoding().
| CommandId ReorderBufferTupleCidEnt::cmin |
Definition at line 145 of file reorderbuffer.c.
Referenced by ApplyLogicalMappingFile(), ReorderBufferBuildTupleCidHash(), and ResolveCminCmaxDuringDecoding().
| CommandId ReorderBufferTupleCidEnt::combocid |
Definition at line 147 of file reorderbuffer.c.
Referenced by ApplyLogicalMappingFile(), and ReorderBufferBuildTupleCidHash().
| ReorderBufferTupleCidKey ReorderBufferTupleCidEnt::key |
Definition at line 144 of file reorderbuffer.c.