PostgreSQL Source Code git master
|
#include <heapam_xlog.h>
Data Fields | |
TransactionId | mapped_xid |
Oid | mapped_db |
Oid | mapped_rel |
off_t | offset |
uint32 | num_mappings |
XLogRecPtr | start_lsn |
Definition at line 473 of file heapam_xlog.h.
Oid xl_heap_rewrite_mapping::mapped_db |
Definition at line 476 of file heapam_xlog.h.
Referenced by heap_xlog_logical_rewrite(), and logical_heap_rewrite_flush_mappings().
Oid xl_heap_rewrite_mapping::mapped_rel |
Definition at line 477 of file heapam_xlog.h.
Referenced by heap_xlog_logical_rewrite(), and logical_heap_rewrite_flush_mappings().
TransactionId xl_heap_rewrite_mapping::mapped_xid |
Definition at line 475 of file heapam_xlog.h.
Referenced by heap_xlog_logical_rewrite(), and logical_heap_rewrite_flush_mappings().
uint32 xl_heap_rewrite_mapping::num_mappings |
Definition at line 479 of file heapam_xlog.h.
Referenced by heap_xlog_logical_rewrite(), and logical_heap_rewrite_flush_mappings().
off_t xl_heap_rewrite_mapping::offset |
Definition at line 478 of file heapam_xlog.h.
Referenced by heap_xlog_logical_rewrite(), and logical_heap_rewrite_flush_mappings().
XLogRecPtr xl_heap_rewrite_mapping::start_lsn |
Definition at line 480 of file heapam_xlog.h.
Referenced by heap_xlog_logical_rewrite(), and logical_heap_rewrite_flush_mappings().