|
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.
| uint8 ToastTupleContext::ttc_flags |
Definition at line 61 of file toast_helper.h.
| bool* ToastTupleContext::ttc_isnull |
Definition at line 51 of file toast_helper.h.
| bool* ToastTupleContext::ttc_oldisnull |
Definition at line 53 of file toast_helper.h.
| Datum* ToastTupleContext::ttc_oldvalues |
Definition at line 52 of file toast_helper.h.
| Relation ToastTupleContext::ttc_rel |
Definition at line 49 of file toast_helper.h.
| Datum* ToastTupleContext::ttc_values |
Definition at line 50 of file toast_helper.h.