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 141 of file heapam.h.

Field Documentation

◆ checkflags

uint8 HeapTupleFreeze::checkflags

Definition at line 150 of file heapam.h.

◆ frzflags

uint8 HeapTupleFreeze::frzflags

Definition at line 147 of file heapam.h.

◆ offset

OffsetNumber HeapTupleFreeze::offset

Definition at line 152 of file heapam.h.

◆ t_infomask

uint16 HeapTupleFreeze::t_infomask

Definition at line 146 of file heapam.h.

◆ t_infomask2

uint16 HeapTupleFreeze::t_infomask2

Definition at line 145 of file heapam.h.

◆ xmax

TransactionId HeapTupleFreeze::xmax

Definition at line 144 of file heapam.h.

Referenced by heap_xlog_prune_freeze().


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