PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
HeapTupleFreeze Struct Reference

#include <heapam.h>

Data Fields

TransactionId xmax
 
uint16 t_infomask2
 
uint16 t_infomask
 
uint8 frzflags
 
uint8 checkflags
 
OffsetNumber offset
 

Detailed Description

Definition at line 139 of file heapam.h.

Field Documentation

◆ checkflags

uint8 HeapTupleFreeze::checkflags

Definition at line 148 of file heapam.h.

Referenced by heap_pre_freeze_checks(), and heap_prepare_freeze_tuple().

◆ frzflags

◆ offset

◆ t_infomask

◆ t_infomask2

◆ xmax


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