PostgreSQL Source Code git master
|
#include <heapam_xlog.h>
Data Fields | |
TransactionId | xmax |
OffsetNumber | offnum |
uint8 | infobits_set |
uint8 | flags |
Definition at line 113 of file heapam_xlog.h.
uint8 xl_heap_delete::flags |
Definition at line 118 of file heapam_xlog.h.
Referenced by DecodeDelete(), heap_abort_speculative(), heap_delete(), heap_desc(), and heap_xlog_delete().
uint8 xl_heap_delete::infobits_set |
Definition at line 117 of file heapam_xlog.h.
Referenced by heap_abort_speculative(), heap_delete(), heap_desc(), and heap_xlog_delete().
OffsetNumber xl_heap_delete::offnum |
Definition at line 116 of file heapam_xlog.h.
Referenced by heap_abort_speculative(), heap_delete(), heap_desc(), and heap_xlog_delete().
TransactionId xl_heap_delete::xmax |
Definition at line 115 of file heapam_xlog.h.
Referenced by heap_abort_speculative(), heap_delete(), heap_desc(), and heap_xlog_delete().