|
PostgreSQL Source Code git master
|
#include <varatt.h>
Data Fields | |
| int32 | va_rawsize |
| uint32 | va_extinfo |
| Oid | va_valueid |
| Oid | va_toastrelid |
| uint32 varatt_external::va_extinfo |
Definition at line 35 of file varatt.h.
Referenced by toast_save_datum(), VARATT_EXTERNAL_GET_COMPRESS_METHOD(), and VARATT_EXTERNAL_GET_EXTSIZE().
| int32 varatt_external::va_rawsize |
Definition at line 34 of file varatt.h.
Referenced by check_tuple_attribute(), ReorderBufferToastReplace(), toast_raw_datum_size(), toast_save_datum(), and VARATT_EXTERNAL_IS_COMPRESSED().
| Oid varatt_external::va_toastrelid |
Definition at line 38 of file varatt.h.
Referenced by toast_delete_datum(), toast_fetch_datum(), toast_fetch_datum_slice(), and toast_save_datum().
| Oid varatt_external::va_valueid |
Definition at line 37 of file varatt.h.
Referenced by check_toast_tuple(), check_toasted_attribute(), check_tuple_attribute(), pg_column_toast_chunk_id(), ReorderBufferToastReplace(), toast_delete_datum(), toast_fetch_datum(), toast_fetch_datum_slice(), and toast_save_datum().