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 342 of file heapam_xlog.h.
uint8 xlhp_freeze_plan::frzflags |
Definition at line 347 of file heapam_xlog.h.
Referenced by heap_xlog_prune_freeze().
uint16 xlhp_freeze_plan::ntuples |
Definition at line 350 of file heapam_xlog.h.
Referenced by heap_log_freeze_plan(), heap_xlog_prune_freeze(), and plan_elem_desc().
uint16 xlhp_freeze_plan::t_infomask |
Definition at line 346 of file heapam_xlog.h.
Referenced by heap_xlog_prune_freeze(), and plan_elem_desc().
uint16 xlhp_freeze_plan::t_infomask2 |
Definition at line 345 of file heapam_xlog.h.
Referenced by heap_xlog_prune_freeze(), and plan_elem_desc().
TransactionId xlhp_freeze_plan::xmax |
Definition at line 344 of file heapam_xlog.h.
Referenced by heap_xlog_prune_freeze(), and plan_elem_desc().