PostgreSQL Source Code git master
|
#include <htup_details.h>
Data Fields | |
uint32 | t_len |
char | mt_padding [MINIMAL_TUPLE_PADDING] |
uint16 | t_infomask2 |
uint16 | t_infomask |
uint8 | t_hoff |
bits8 | t_bits [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 676 of file htup_details.h.
char MinimalTupleData::mt_padding[MINIMAL_TUPLE_PADDING] |
Definition at line 680 of file htup_details.h.
bits8 MinimalTupleData::t_bits[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 692 of file htup_details.h.
Referenced by heap_form_minimal_tuple().
uint8 MinimalTupleData::t_hoff |
Definition at line 688 of file htup_details.h.
Referenced by heap_form_minimal_tuple().
uint16 MinimalTupleData::t_infomask |
Definition at line 686 of file htup_details.h.
Referenced by heap_form_minimal_tuple().
uint16 MinimalTupleData::t_infomask2 |
Definition at line 684 of file htup_details.h.
Referenced by HeapTupleHeaderClearMatch(), and HeapTupleHeaderSetMatch().
uint32 MinimalTupleData::t_len |
Definition at line 678 of file htup_details.h.
Referenced by ExecForceStoreMinimalTuple(), ExecHashIncreaseNumBatches(), ExecHashJoinGetSavedTuple(), ExecHashJoinSaveTuple(), ExecHashRemoveNextSkewBucket(), ExecHashSkewTableInsert(), ExecHashTableInsert(), ExecParallelHashRepartitionFirst(), ExecParallelHashRepartitionRest(), ExecParallelHashTableInsert(), ExecParallelHashTableInsertCurrentBatch(), hashagg_batch_read(), hashagg_spill_tuple(), heap_copy_minimal_tuple(), heap_form_minimal_tuple(), heap_tuple_from_minimal_tuple(), minimal_tuple_from_heap_tuple(), readtup_heap(), sts_puttuple(), sts_read_tuple(), tqueueReceiveSlot(), tts_minimal_materialize(), tts_minimal_store_tuple(), TupleQueueReaderNext(), tuplesort_puttupleslot(), and writetup_heap().