PostgreSQL Source Code  git master
LogicalRewriteMappingData Struct Reference

#include <rewriteheap.h>

Data Fields

RelFileLocator old_locator
 
RelFileLocator new_locator
 
ItemPointerData old_tid
 
ItemPointerData new_tid
 

Detailed Description

Definition at line 35 of file rewriteheap.h.

Field Documentation

◆ new_locator

RelFileLocator LogicalRewriteMappingData::new_locator

Definition at line 38 of file rewriteheap.h.

Referenced by ApplyLogicalMappingFile(), and logical_rewrite_heap_tuple().

◆ new_tid

ItemPointerData LogicalRewriteMappingData::new_tid

Definition at line 40 of file rewriteheap.h.

Referenced by ApplyLogicalMappingFile(), and logical_rewrite_heap_tuple().

◆ old_locator

RelFileLocator LogicalRewriteMappingData::old_locator

Definition at line 37 of file rewriteheap.h.

Referenced by ApplyLogicalMappingFile(), and logical_rewrite_heap_tuple().

◆ old_tid

ItemPointerData LogicalRewriteMappingData::old_tid

Definition at line 39 of file rewriteheap.h.

Referenced by ApplyLogicalMappingFile(), and logical_rewrite_heap_tuple().


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