Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

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 [1]

Detailed Description

Definition at line 510 of file htup_details.h.


Field Documentation

char MinimalTupleData::mt_padding[MINIMAL_TUPLE_PADDING]

Definition at line 514 of file htup_details.h.

Definition at line 526 of file htup_details.h.

Referenced by heap_form_minimal_tuple().

Definition at line 522 of file htup_details.h.

Referenced by heap_form_minimal_tuple().

Definition at line 520 of file htup_details.h.

Referenced by heap_form_minimal_tuple().

Definition at line 518 of file htup_details.h.


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