PostgreSQL Source Code
git master
|
#include <toast_helper.h>
Data Fields | |
Relation | ttc_rel |
Datum * | ttc_values |
bool * | ttc_isnull |
Datum * | ttc_oldvalues |
bool * | ttc_oldisnull |
uint8 | ttc_flags |
ToastAttrInfo * | ttc_attr |
Definition at line 41 of file toast_helper.h.
ToastAttrInfo* ToastTupleContext::ttc_attr |
Definition at line 62 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().
uint8 ToastTupleContext::ttc_flags |
Definition at line 61 of file toast_helper.h.
Referenced by heap_toast_insert_or_update(), toast_tuple_cleanup(), toast_tuple_externalize(), toast_tuple_init(), and toast_tuple_try_compression().
bool* ToastTupleContext::ttc_isnull |
Definition at line 51 of file toast_helper.h.
Referenced by heap_toast_insert_or_update(), and toast_tuple_init().
bool* ToastTupleContext::ttc_oldisnull |
Definition at line 53 of file toast_helper.h.
Referenced by heap_toast_insert_or_update(), and toast_tuple_init().
Datum* ToastTupleContext::ttc_oldvalues |
Definition at line 52 of file toast_helper.h.
Referenced by heap_toast_insert_or_update(), toast_tuple_cleanup(), and toast_tuple_init().
Relation ToastTupleContext::ttc_rel |
Definition at line 49 of file toast_helper.h.
Referenced by heap_toast_insert_or_update(), toast_tuple_cleanup(), toast_tuple_externalize(), toast_tuple_find_biggest_attribute(), and toast_tuple_init().
Datum* ToastTupleContext::ttc_values |
Definition at line 50 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().