Re: float4/float8/int64 passed by value with tsearchfixup

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Gregory Stark <stark(at)enterprisedb(dot)com>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Zoltan Boszormenyi <zb(at)cybertec(dot)at>, pgsql-patches(at)postgresql(dot)org, Hans-Juergen Schoenig <hs(at)cybertec(dot)at>, Magnus Hagander <magnus(at)hagander(dot)net>
Subject: Re: float4/float8/int64 passed by value with tsearchfixup
Date: 2008-04-21 15:45:52
Message-ID: 200804211545.m3LFjqs23439@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Tom Lane wrote:
> Gregory Stark <stark(at)enterprisedb(dot)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.

So is this whole float4/float8/int64 issue closed?

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2008-04-21 15:59:25 Re: Proposed patch - psql wraps at window width
Previous Message Bruce Momjian 2008-04-21 15:40:17 Re: Testing pg_terminate_backend()