|
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 350 of file heapam_xlog.h.
| uint8 xlhp_freeze_plan::frzflags |
Definition at line 355 of file heapam_xlog.h.
Referenced by heap_xlog_prune_freeze().
| uint16 xlhp_freeze_plan::ntuples |
Definition at line 358 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 354 of file heapam_xlog.h.
Referenced by heap_xlog_prune_freeze(), and plan_elem_desc().
| uint16 xlhp_freeze_plan::t_infomask2 |
Definition at line 353 of file heapam_xlog.h.
Referenced by heap_xlog_prune_freeze(), and plan_elem_desc().
| TransactionId xlhp_freeze_plan::xmax |
Definition at line 352 of file heapam_xlog.h.
Referenced by heap_xlog_prune_freeze(), and plan_elem_desc().