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

From Tom Lane
Subject Re: float4/float8/int64 passed by value with tsearchfixup
Date
Msg-id 21268.1208707027@sss.pgh.pa.us
Whole thread Raw
In response to Re: float4/float8/int64 passed by value with tsearchfixup  (Gregory Stark <stark@enterprisedb.com>)
Responses Re: float4/float8/int64 passed by value with tsearchfixup  (Bruce Momjian <bruce@momjian.us>)
List pgsql-patches
Gregory Stark <stark@enterprisedb.com> writes:
> So are you killing V0 for non-integral types? Because if not we should keep
> some sacrificial module to the regression tests to use to test for this
> problem.

Well, we could potentially continue to have, say, the oldstyle
geo_distance function used when not FLOAT8PASSBYVAL.  Not clear how
useful that really is though.

            regards, tom lane

pgsql-patches by date:

Previous
From: Zoltan Boszormenyi
Date:
Subject: Re: float4/float8/int64 passed by value with tsearchfixup
Next
From: Peter Eisentraut
Date:
Subject: Re: Coding standards