PostgreSQL Source Code  git master
ToastAttrInfo Struct Reference

#include <toast_helper.h>

Data Fields

struct varlenatai_oldexternal
 
int32 tai_size
 
uint8 tai_colflags
 
char tai_compression
 

Detailed Description

Definition at line 30 of file toast_helper.h.

Field Documentation

◆ tai_colflags

◆ tai_compression

char ToastAttrInfo::tai_compression

Definition at line 35 of file toast_helper.h.

Referenced by toast_tuple_init(), and toast_tuple_try_compression().

◆ tai_oldexternal

struct varlena* ToastAttrInfo::tai_oldexternal

Definition at line 32 of file toast_helper.h.

Referenced by toast_tuple_externalize(), and toast_tuple_init().

◆ tai_size

int32 ToastAttrInfo::tai_size

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