Go to the source code of this file.
Definition at line 266 of file datum.c.
References DatumGetCString(), DatumGetPointer(), elog, ERROR, pfree(), PG_DETOAST_DATUM_PACKED, s1, s2, toast_raw_datum_size(), VARDATA_ANY(), and VARHDRSZ.
Referenced by _bt_keep_natts_fast(), MemoizeHash_equal(), record_image_eq(), and ri_KeysEqual().
Definition at line 338 of file datum.c.
References DatumGetCString(), DatumGetPointer(), elog, ERROR, hash_bytes(), len, pfree(), PG_DETOAST_DATUM_PACKED, toast_raw_datum_size(), val, value, VARDATA_ANY(), and VARHDRSZ.
Referenced by MemoizeHash_hash().
Definition at line 132 of file datum.c.
References DatumGetEOHP(), DatumGetPointer(), datumGetSize(), EOH_flatten_into(), EOH_get_flat_size(), palloc(), PointerGetDatum(), value, VARATT_IS_EXTERNAL_EXPANDED(), and VARSIZE_ANY().
Referenced by _bt_array_decrement(), _bt_array_increment(), _bt_skiparray_set_element(), _copyConst(), accumArrayResult(), advance_transition_function(), advance_windowaggregate(), advance_windowaggregate_base(), array_agg_combine(), array_set_element_expanded(), assign_simple_var(), brin_deform_tuple(), brin_inclusion_add_value(), brin_inclusion_union(), brin_minmax_add_value(), brin_minmax_union(), calculate_frame_offsets(), CatCacheCopyKeys(), collectMatchBitmap(), compute_array_stats(), compute_distinct_stats(), compute_expr_stats(), compute_index_stats(), compute_scalar_stats(), CopyIndexAttOptions(), copyParamList(), create_list_bounds(), create_range_bounds(), CreateTupleDescCopyConstr(), datumTransfer(), eval_const_expressions_mutator(), eval_windowaggregates(), eval_windowfunction(), evaluate_expr(), exec_eval_using_params(), ExecAggCopyTransValue(), ExecAggInitGroup(), ExecComputeStoredGenerated(), ExecEvalPreOrderedDistinctSingle(), expanded_record_set_field_internal(), expanded_record_set_fields(), get_actual_variable_endpoint(), get_attoptions(), get_qual_for_list(), get_stats_slot_range(), get_variable_range(), getDatumCopy(), getmissingattr(), GinBufferStoreTuple(), initialize_aggregate(), initialize_windowaggregate(), partition_bounds_copy(), pattern_fixed_prefix(), postquel_get_single_result(), process_ordered_aggregate_single(), range_add_value(), RelationBuildTupleDesc(), reorderqueue_push(), spg_range_quad_inner_consistent(), spg_text_inner_consistent(), spgist_name_inner_consistent(), spgMakeInnerItem(), spgNewHeapItem(), tuplesort_getdatum(), tuplesort_putdatum(), and union_tuples().
Definition at line 412 of file datum.c.
References DatumGetEOHP(), DatumGetPointer(), datumGetSize(), EOH_get_flat_size(), value, and VARATT_IS_EXTERNAL_EXPANDED().
Referenced by btestimateparallelscan(), EstimateParamExecSpace(), and EstimateParamListSpace().
Definition at line 65 of file datum.c.
References Assert(), DatumGetPointer(), elog, ereport, errcode(), errmsg(), ERROR, value, and VARSIZE_ANY().
Referenced by datumCopy(), datumEstimateSpace(), datumIsEqual(), datumSerialize(), outDatum(), and writetup_datum().
Definition at line 223 of file datum.c.
References DatumGetPointer(), datumGetSize(), s1, and s2.
Referenced by _equalConst(), coerce_type(), equalTupleDescs(), find_compatible_trans(), heap_attr_equals(), and partition_bounds_equal().
Definition at line 521 of file datum.c.
References Assert(), palloc(), PointerGetDatum(), and val.
Referenced by _bt_parallel_restore_arrays(), RestoreParamExecParams(), and RestoreParamList().
Definition at line 459 of file datum.c.
References DatumGetEOHP(), DatumGetPointer(), datumGetSize(), EOH_flatten_into(), EOH_get_flat_size(), palloc(), pfree(), value, and VARATT_IS_EXTERNAL_EXPANDED().
Referenced by _bt_parallel_serialize_arrays(), SerializeParamExecParams(), and SerializeParamList().
Definition at line 194 of file datum.c.
References CurrentMemoryContext, datumCopy(), DatumGetPointer(), TransferExpandedObject(), value, and VARATT_IS_EXTERNAL_EXPANDED_RW().
Referenced by exec_assign_value(), exec_stmt_block(), and SPI_datumTransfer().