PostgreSQL Source Code  git master
xl_heap_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 326 of file heapam_xlog.h.

Field Documentation

◆ frzflags

uint8 xl_heap_freeze_plan::frzflags

Definition at line 331 of file heapam_xlog.h.

Referenced by heap_xlog_freeze_page().

◆ ntuples

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().

◆ t_infomask

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().

◆ t_infomask2

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().

◆ xmax

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().


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