PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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

ToastAttrInfo* ToastTupleContext::ttc_attr

Definition at line 62 of file toast_helper.h.

◆ ttc_flags

uint8 ToastTupleContext::ttc_flags

Definition at line 61 of file toast_helper.h.

◆ ttc_isnull

bool* ToastTupleContext::ttc_isnull

Definition at line 51 of file toast_helper.h.

◆ ttc_oldisnull

bool* ToastTupleContext::ttc_oldisnull

Definition at line 53 of file toast_helper.h.

◆ ttc_oldvalues

Datum* ToastTupleContext::ttc_oldvalues

Definition at line 52 of file toast_helper.h.

◆ ttc_rel

Relation ToastTupleContext::ttc_rel

Definition at line 49 of file toast_helper.h.

◆ ttc_values

Datum* ToastTupleContext::ttc_values

Definition at line 50 of file toast_helper.h.


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