PostgreSQL Source Code
git master
|
#include <heapam_xlog.h>
Data Fields | |
uint16 | t_infomask2 |
uint16 | t_infomask |
uint8 | t_hoff |
Definition at line 150 of file heapam_xlog.h.
uint8 xl_heap_header::t_hoff |
Definition at line 154 of file heapam_xlog.h.
Referenced by DecodeXLogTuple(), heap_delete(), heap_insert(), and log_heap_update().
uint16 xl_heap_header::t_infomask |
Definition at line 153 of file heapam_xlog.h.
Referenced by DecodeXLogTuple(), heap_delete(), heap_insert(), and log_heap_update().
uint16 xl_heap_header::t_infomask2 |
Definition at line 152 of file heapam_xlog.h.
Referenced by DecodeXLogTuple(), heap_delete(), heap_insert(), and log_heap_update().