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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Gregory Stark <stark(at)enterprisedb(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-19 00:18:16
Message-ID: 26366.1208564296@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> Tom Lane wrote:
>> I was wondering about that too, once it became obvious that (almost?)
>> everything was failing not just some platforms. However, this
>> afternoon's CVS HEAD *does* pass the seg regression test for me on HPPA,
>> and I presume it passed on whatever Alvaro is using (btw, what was
>> that?). So there's definitely a platform dependency involved and not
>> just you-missed-a-pointer-someplace.

> Huh, this was with the code with v0 conventions, right? I committed the
> change to v1 conventions a while ago.

Right, I had intentionally cvs updated to the broken version to test.

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Zoltan Boszormenyi 2008-04-19 18:20:08 Re: float4/float8/int64 passed by value with tsearch fixup
Previous Message Bruce Momjian 2008-04-18 22:39:46 Re: Testing pg_terminate_backend()