PostgreSQL Source Code
git master
|
#include <heapam_xlog.h>
Data Fields | |
TransactionId | old_xmax |
OffsetNumber | old_offnum |
uint8 | old_infobits_set |
uint8 | flags |
TransactionId | new_xmax |
OffsetNumber | new_offnum |
Definition at line 217 of file heapam_xlog.h.
uint8 xl_heap_update::flags |
Definition at line 222 of file heapam_xlog.h.
Referenced by DecodeUpdate(), heap_desc(), heap_xlog_update(), and log_heap_update().
OffsetNumber xl_heap_update::new_offnum |
Definition at line 224 of file heapam_xlog.h.
Referenced by heap_desc(), heap_xlog_update(), and log_heap_update().
TransactionId xl_heap_update::new_xmax |
Definition at line 223 of file heapam_xlog.h.
Referenced by heap_desc(), heap_xlog_update(), and log_heap_update().
uint8 xl_heap_update::old_infobits_set |
Definition at line 221 of file heapam_xlog.h.
Referenced by heap_desc(), heap_xlog_update(), and log_heap_update().
OffsetNumber xl_heap_update::old_offnum |
Definition at line 220 of file heapam_xlog.h.
Referenced by heap_desc(), heap_xlog_update(), and log_heap_update().
TransactionId xl_heap_update::old_xmax |
Definition at line 219 of file heapam_xlog.h.
Referenced by heap_desc(), heap_xlog_update(), and log_heap_update().