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

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

From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-11-02T07:39:16Z
Lists: pgsql-hackers

Attachments

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.

-- 
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