|
PostgreSQL Source Code git master
|
#include <toast_helper.h>
Data Fields | |
| struct varlena * | tai_oldexternal |
| int32 | tai_size |
| uint8 | tai_colflags |
| char | tai_compression |
Definition at line 30 of file toast_helper.h.
| uint8 ToastAttrInfo::tai_colflags |
Definition at line 34 of file toast_helper.h.
Referenced by heap_toast_insert_or_update(), toast_tuple_cleanup(), toast_tuple_externalize(), toast_tuple_find_biggest_attribute(), toast_tuple_init(), and toast_tuple_try_compression().
| char ToastAttrInfo::tai_compression |
Definition at line 35 of file toast_helper.h.
Referenced by toast_tuple_init(), and toast_tuple_try_compression().
| struct varlena* ToastAttrInfo::tai_oldexternal |
Definition at line 32 of file toast_helper.h.
Referenced by toast_tuple_externalize(), and toast_tuple_init().
| int32 ToastAttrInfo::tai_size |
Definition at line 33 of file toast_helper.h.
Referenced by toast_tuple_find_biggest_attribute(), toast_tuple_init(), and toast_tuple_try_compression().