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

Peter Eisentraut <peter.eisentraut@2ndquadrant.com>

From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Cc: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2019-11-21T18:20:28Z
Lists: pgsql-hackers
On 2019-11-02 08:39, Peter Eisentraut wrote:
> On 2019-10-31 14:36, Tom Lane wrote:
>> Peter Eisentraut <peter.eisentraut@2ndquadrant.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.

I have committed this part.

I will rebase and continue developing the rest of the patches based on 
the discussion so far.

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



Commits

  1. Move configure --disable-float8-byval to pg_config_manual.h

  2. Remove configure --disable-float4-byval