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

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: Remove configure --disable-float4-byval and --disable-float8-byval
Date: 2019-11-26 20:27:40
Message-ID: 8502bd2e-bd85-9061-f69f-713611b21af6@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

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

Attachment Content-Type Size
v3-0001-Move-configure-disable-float8-byval-to-pg_config_.patch text/plain 9.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2019-11-26 20:33:14 Re: Remove configure --disable-float4-byval and --disable-float8-byval
Previous Message Tomas Vondra 2019-11-26 20:05:59 Re: pglz performance