Re: Remove configure --disable-float4-byval and--disable-float8-byval - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Remove configure --disable-float4-byval and--disable-float8-byval
Date
Msg-id 1c0156d2-fbbe-aa8d-e7f9-b6ac09ebf129@2ndquadrant.com
Whole thread Raw
In response to Re: Remove configure --disable-float4-byval and --disable-float8-byval  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Remove configure --disable-float4-byval and--disable-float8-byval  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
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

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [PATCH][DOC] Fix for PREPARE TRANSACTION doc and postgres_fdwmessage.
Next
From: Michael Paquier
Date:
Subject: Re: The command tag of "ALTER MATERIALIZED VIEW RENAME COLUMN"