PostgreSQL Source Code  git master
ToastTupleContext Struct Reference

#include <toast_helper.h>

Data Fields

Relation ttc_rel
 
Datumttc_values
 
boolttc_isnull
 
Datumttc_oldvalues
 
boolttc_oldisnull
 
uint8 ttc_flags
 
ToastAttrInfottc_attr
 

Detailed Description

Definition at line 41 of file toast_helper.h.

Field Documentation

◆ ttc_attr

◆ ttc_flags

◆ ttc_isnull

bool* ToastTupleContext::ttc_isnull

Definition at line 51 of file toast_helper.h.

Referenced by heap_toast_insert_or_update(), and toast_tuple_init().

◆ ttc_oldisnull

bool* ToastTupleContext::ttc_oldisnull

Definition at line 53 of file toast_helper.h.

Referenced by heap_toast_insert_or_update(), and toast_tuple_init().

◆ ttc_oldvalues

Datum* ToastTupleContext::ttc_oldvalues

◆ ttc_rel

◆ ttc_values


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