PostgreSQL Source Code git master
Loading...
Searching...
No Matches
xl_heap_rewrite_mapping Struct Reference

#include <heapam_xlog.h>

Data Fields

TransactionId mapped_xid
 
Oid mapped_db
 
Oid mapped_rel
 
off_t offset
 
uint32 num_mappings
 
XLogRecPtr start_lsn
 

Detailed Description

Definition at line 481 of file heapam_xlog.h.

Field Documentation

◆ mapped_db

Oid xl_heap_rewrite_mapping::mapped_db

Definition at line 484 of file heapam_xlog.h.

◆ mapped_rel

Oid xl_heap_rewrite_mapping::mapped_rel

Definition at line 485 of file heapam_xlog.h.

◆ mapped_xid

TransactionId xl_heap_rewrite_mapping::mapped_xid

Definition at line 483 of file heapam_xlog.h.

◆ num_mappings

uint32 xl_heap_rewrite_mapping::num_mappings

Definition at line 487 of file heapam_xlog.h.

◆ offset

off_t xl_heap_rewrite_mapping::offset

Definition at line 486 of file heapam_xlog.h.

◆ start_lsn

XLogRecPtr xl_heap_rewrite_mapping::start_lsn

Definition at line 488 of file heapam_xlog.h.


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