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 15135.1208646069@sss.pgh.pa.us
Whole thread Raw
In response to Re: float4/float8/int64 passed by value with tsearchfixup  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: float4/float8/int64 passed by value with tsearchfixup  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: float4/float8/int64 passed by value with tsearchfixup  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-patches
BTW, I trolled the contrib files for other v0 functions taking or
returning float4 or float8.  I found seg_size (fixed it) and a whole
bunch of functions in earthdistance.  Those use float8 not float4,
so they are not broken by this patch, but that module will have to
be v1-ified before we can consider applying the other part of the
patch.

            regards, tom lane

pgsql-patches by date:

Previous
From: Zoltan Boszormenyi
Date:
Subject: Re: float4/float8/int64 passed by value with tsearch fixup
Next
From: Tom Lane
Date:
Subject: Re: float4/float8/int64 passed by value with tsearch fixup