|
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 662 of file htup_details.h.
| char MinimalTupleData::mt_padding[MINIMAL_TUPLE_PADDING] |
Definition at line 666 of file htup_details.h.
| bits8 MinimalTupleData::t_bits[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 678 of file htup_details.h.
Referenced by heap_form_minimal_tuple().
| uint8 MinimalTupleData::t_hoff |
Definition at line 674 of file htup_details.h.
Referenced by heap_form_minimal_tuple().
| uint16 MinimalTupleData::t_infomask |
Definition at line 672 of file htup_details.h.
Referenced by heap_form_minimal_tuple().
| uint16 MinimalTupleData::t_infomask2 |
Definition at line 670 of file htup_details.h.
Referenced by HeapTupleHeaderClearMatch().
| uint32 MinimalTupleData::t_len |
Definition at line 664 of file htup_details.h.
Referenced by ExecHashIncreaseNumBatches(), ExecHashJoinGetSavedTuple(), ExecHashJoinSaveTuple(), ExecHashRemoveNextSkewBucket(), ExecHashSkewTableInsert(), ExecHashTableInsert(), ExecParallelHashRepartitionFirst(), ExecParallelHashRepartitionRest(), ExecParallelHashTableInsert(), ExecParallelHashTableInsertCurrentBatch(), hashagg_batch_read(), hashagg_spill_tuple(), heap_copy_minimal_tuple(), heap_form_minimal_tuple(), minimal_tuple_from_heap_tuple(), readtup_heap(), readtup_heap(), sts_puttuple(), sts_read_tuple(), tqueueReceiveSlot(), TupleQueueReaderNext(), tuplesort_puttupleslot(), writetup_heap(), and writetup_heap().