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
- v2-0001-Remove-configure-disable-float4-byval.patch (text/plain) patch v2-0001
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
-
Move configure --disable-float8-byval to pg_config_manual.h
- 4513d8b07bf3 13.0 landed
-
Remove configure --disable-float4-byval
- 2e4db241bfd3 13.0 landed