PostgreSQL Source Code
git master
|
#include <heapam_xlog.h>
Data Fields | |
TransactionId | xmax |
uint16 | t_infomask2 |
uint16 | t_infomask |
uint8 | frzflags |
uint16 | ntuples |
Definition at line 326 of file heapam_xlog.h.
uint8 xl_heap_freeze_plan::frzflags |
Definition at line 331 of file heapam_xlog.h.
Referenced by heap_xlog_freeze_page().
uint16 xl_heap_freeze_plan::ntuples |
Definition at line 334 of file heapam_xlog.h.
Referenced by heap_log_freeze_plan(), heap_xlog_freeze_page(), and plan_elem_desc().
uint16 xl_heap_freeze_plan::t_infomask |
Definition at line 330 of file heapam_xlog.h.
Referenced by heap_xlog_freeze_page(), and plan_elem_desc().
uint16 xl_heap_freeze_plan::t_infomask2 |
Definition at line 329 of file heapam_xlog.h.
Referenced by heap_xlog_freeze_page(), and plan_elem_desc().
TransactionId xl_heap_freeze_plan::xmax |
Definition at line 328 of file heapam_xlog.h.
Referenced by heap_xlog_freeze_page(), and plan_elem_desc().