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-27T12:30:29Z
Lists: pgsql-hackers
On 2019-11-26 21:33, Tom Lane wrote:
> Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:
>> My revised proposal is to remove --disable-float8-byval as a configure
>> option but keep it as an option in pg_config_manual.h.  It is no longer
>> useful as a user-facing option, but as was pointed out, it is somewhat
>> useful for developers, so pg_config_manual.h seems like the right place.
> 
> OK, works for me.

done

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