Re: BUG #14985: ExecCopySlotTuple not set "type id" and "type mod" when from minial tuple" - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #14985: ExecCopySlotTuple not set "type id" and "type mod" when from minial tuple"
Date
Msg-id 12020.1513784255@sss.pgh.pa.us
Whole thread Raw
In response to BUG #14985: ExecCopySlotTuple not set "type id" and "type mod" whenfrom minial tuple"  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
=?utf-8?q?PG_Bug_reporting_form?= <noreply@postgresql.org> writes:
> The following bug has been logged on the website:

The bug reporting form is not a good way to discuss proposed code changes,
especially when you haven't shown any reason to think there is a bug.
Please instead start a thread on pgsql-hackers explaining why this would
be a good change to make.  (Offhand I'd think it would be a waste of
code, because anything going through the minimal-tuple code path is
just about guaranteed to be an anonymous record type anyway.)

            regards, tom lane


pgsql-bugs by date:

Previous
From: Andres Freund
Date:
Subject: Re: BUG #14985: ExecCopySlotTuple not set "type id" and "type mod"when from minial tuple"
Next
From: Tom Lane
Date:
Subject: Re: BUG #14984: function "heap_tuple_from_minimal_tuple" lost HeapTupleHeader->t_len value