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

uint8 ToastAttrInfo::tai_colflags

◆ tai_compression

char ToastAttrInfo::tai_compression

Definition at line 35 of file toast_helper.h.

Referenced by 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().

◆ tai_size

int32 ToastAttrInfo::tai_size

Definition at line 33 of file toast_helper.h.

Referenced by toast_tuple_try_compression().


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