Re: Remove configure --disable-float4-byval and --disable-float8-byval

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Remove configure --disable-float4-byval and --disable-float8-byval
Date: 2019-11-02 07:39:16
Message-ID: 1c0156d2-fbbe-aa8d-e7f9-b6ac09ebf129@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2019-10-31 14:36, Tom Lane wrote:
> Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> writes:
>> float4 is now always pass-by-value; the pass-by-reference code path is
>> completely removed.
>
> I think this is OK.

OK, here is a patch for just this part, and we can continue the
discussion on the rest in the meantime.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
v2-0001-Remove-configure-disable-float4-byval.patch text/plain 23.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2019-11-02 07:40:35 Re: The command tag of "ALTER MATERIALIZED VIEW RENAME COLUMN"
Previous Message Michael Paquier 2019-11-02 07:31:29 Re: [PATCH][DOC] Fix for PREPARE TRANSACTION doc and postgres_fdw message.