PostgreSQL Source Code  git master
MinimalTupleData Struct Reference

#include <htup_details.h>

Data Fields

uint32 t_len
 
char mt_padding [MINIMAL_TUPLE_PADDING]
 
uint16 t_infomask2
 
uint16 t_infomask
 
uint8 t_hoff
 
bits8 t_bits [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 624 of file htup_details.h.

Field Documentation

◆ mt_padding

char MinimalTupleData::mt_padding[MINIMAL_TUPLE_PADDING]

Definition at line 628 of file htup_details.h.

◆ t_bits

bits8 MinimalTupleData::t_bits[FLEXIBLE_ARRAY_MEMBER]

Definition at line 640 of file htup_details.h.

Referenced by heap_form_minimal_tuple().

◆ t_hoff

uint8 MinimalTupleData::t_hoff

Definition at line 636 of file htup_details.h.

Referenced by heap_form_minimal_tuple().

◆ t_infomask

uint16 MinimalTupleData::t_infomask

Definition at line 634 of file htup_details.h.

Referenced by heap_form_minimal_tuple().

◆ t_infomask2

uint16 MinimalTupleData::t_infomask2

Definition at line 632 of file htup_details.h.

◆ t_len


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