PostgreSQL Source Code  git master
xl_heap_header Struct Reference

#include <heapam_xlog.h>

Data Fields

uint16 t_infomask2
 
uint16 t_infomask
 
uint8 t_hoff
 

Detailed Description

Definition at line 149 of file heapam_xlog.h.

Field Documentation

◆ t_hoff

uint8 xl_heap_header::t_hoff

Definition at line 153 of file heapam_xlog.h.

Referenced by DecodeXLogTuple(), heap_delete(), heap_insert(), and log_heap_update().

◆ t_infomask

uint16 xl_heap_header::t_infomask

Definition at line 152 of file heapam_xlog.h.

Referenced by DecodeXLogTuple(), heap_delete(), heap_insert(), and log_heap_update().

◆ t_infomask2

uint16 xl_heap_header::t_infomask2

Definition at line 151 of file heapam_xlog.h.

Referenced by DecodeXLogTuple(), heap_delete(), heap_insert(), and log_heap_update().


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