PostgreSQL Source Code  git master
xlhp_freeze_plan Struct Reference

#include <heapam_xlog.h>

Data Fields

TransactionId xmax
 
uint16 t_infomask2
 
uint16 t_infomask
 
uint8 frzflags
 
uint16 ntuples
 

Detailed Description

Definition at line 341 of file heapam_xlog.h.

Field Documentation

◆ frzflags

uint8 xlhp_freeze_plan::frzflags

Definition at line 346 of file heapam_xlog.h.

Referenced by heap_xlog_prune_freeze().

◆ ntuples

uint16 xlhp_freeze_plan::ntuples

Definition at line 349 of file heapam_xlog.h.

Referenced by heap_log_freeze_plan(), heap_xlog_prune_freeze(), and plan_elem_desc().

◆ t_infomask

uint16 xlhp_freeze_plan::t_infomask

Definition at line 345 of file heapam_xlog.h.

Referenced by heap_xlog_prune_freeze(), and plan_elem_desc().

◆ t_infomask2

uint16 xlhp_freeze_plan::t_infomask2

Definition at line 344 of file heapam_xlog.h.

Referenced by heap_xlog_prune_freeze(), and plan_elem_desc().

◆ xmax

TransactionId xlhp_freeze_plan::xmax

Definition at line 343 of file heapam_xlog.h.

Referenced by heap_xlog_prune_freeze(), and plan_elem_desc().


The documentation for this struct was generated from the following file: