=?utf-8?q?PG_Bug_reporting_form?= <noreply(at)postgresql(dot)org> writes:
> memset(result->t_data, 0, offsetof(HeapTupleHeaderData, t_infomask2));
> /* when memset return, result->t_data->t_len value lost
> should append code:
> HeapTupleHeaderSetDatumLength(result->t_data, len);
> */
As with #14985, you haven't shown any reason why this is a good change
to make.
regards, tom lane