Re: float4/float8/int64 passed by value with tsearch fixup - Mailing list pgsql-patches

From Tom Lane
Subject Re: float4/float8/int64 passed by value with tsearch fixup
Date
Msg-id 27252.1208754644@sss.pgh.pa.us
Whole thread Raw
In response to Re: float4/float8/int64 passed by value with tsearch fixup  ("Guillaume Smet" <guillaume.smet@gmail.com>)
Responses Re: float4/float8/int64 passed by value with tsearch fixup  ("Guillaume Smet" <guillaume.smet@gmail.com>)
List pgsql-patches
"Guillaume Smet" <guillaume.smet@gmail.com> writes:
> On Mon, Apr 21, 2008 at 2:28 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Applied with revisions --- mostly, supporting configure-time control
>> over whether pass-by-value is used.

> Do we need buildfarm coverage of these options?

Wouldn't hurt, I guess, though it's not very urgent since the
non-default cases were default up till these patches.

Note that we are already exercising both ends of the
float8-byval option, so probably only --disable-float4-byval
is very interesting to test explicitly.

            regards, tom lane

pgsql-patches by date:

Previous
From: "Guillaume Smet"
Date:
Subject: Re: float4/float8/int64 passed by value with tsearch fixup
Next
From: Magnus Hagander
Date:
Subject: Re: Testing pg_terminate_backend()