PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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 153 of file heapam.h.

Field Documentation

◆ checkflags

uint8 HeapTupleFreeze::checkflags

Definition at line 162 of file heapam.h.

◆ frzflags

uint8 HeapTupleFreeze::frzflags

Definition at line 159 of file heapam.h.

◆ offset

OffsetNumber HeapTupleFreeze::offset

Definition at line 164 of file heapam.h.

◆ t_infomask

uint16 HeapTupleFreeze::t_infomask

Definition at line 158 of file heapam.h.

◆ t_infomask2

uint16 HeapTupleFreeze::t_infomask2

Definition at line 157 of file heapam.h.

◆ xmax

TransactionId HeapTupleFreeze::xmax

Definition at line 156 of file heapam.h.

Referenced by heap_xlog_prune_freeze().


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