|
PostgreSQL Source Code git master
|
#include <rewriteheap.h>
Data Fields | |
| RelFileLocator | old_locator |
| RelFileLocator | new_locator |
| ItemPointerData | old_tid |
| ItemPointerData | new_tid |
Definition at line 35 of file rewriteheap.h.
| RelFileLocator LogicalRewriteMappingData::new_locator |
Definition at line 38 of file rewriteheap.h.
Referenced by ApplyLogicalMappingFile(), and logical_rewrite_heap_tuple().
| ItemPointerData LogicalRewriteMappingData::new_tid |
Definition at line 40 of file rewriteheap.h.
Referenced by ApplyLogicalMappingFile(), and logical_rewrite_heap_tuple().
| RelFileLocator LogicalRewriteMappingData::old_locator |
Definition at line 37 of file rewriteheap.h.
Referenced by ApplyLogicalMappingFile(), and logical_rewrite_heap_tuple().
| ItemPointerData LogicalRewriteMappingData::old_tid |
Definition at line 39 of file rewriteheap.h.
Referenced by ApplyLogicalMappingFile(), and logical_rewrite_heap_tuple().