Re: GiST patches for 7.2 (please apply)

From: Teodor <teodor(at)stack(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: GiST patches for 7.2 (please apply)
Date: 2001-08-22 19:34:37
Message-ID: 3B84094D.679857FF@stack.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
>
> Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> writes:
> > Teodor finally made patches to current CVS, please review and apply them asap
> > to be in sync with development (last time it was kind of problem)
>
> Checked and committed. Note I did not commit your change to the cube
> regression test:
>
> *** ./contrib/cube/expected/cube.out.orig Wed Aug 22 16:04:42 2001
> --- ./contrib/cube/expected/cube.out Wed Aug 22 16:26:25 2001
> ***************
> *** 130,142 ****
> SELECT '1e700'::cube AS cube;
> cube
> -------
> ! (inf)
> (1 row)
>
> SELECT '-1e700'::cube AS cube;
> cube
> --------
> ! (-inf)
> (1 row)
>
> SELECT '1e-700'::cube AS cube;
> --- 130,142 ----
> SELECT '1e700'::cube AS cube;
> cube
> -------
> ! (Inf)
> (1 row)
>
> SELECT '-1e700'::cube AS cube;
> cube
> --------
> ! (-Inf)
> (1 row)
>
> SELECT '1e-700'::cube AS cube;
>
> since on my machine "inf" appears to be the correct result. Is this a
> platform dependency, or just a lack of synchronization somewhere else?
>
> regards, tom lane

On my box FreeBSD4.3 it looks as 'Inf'. Very similar that this is
platform dependency.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-08-22 20:03:13 Patch list delay
Previous Message Tom Lane 2001-08-22 18:58:55 [WAY OT] Re: Link to bug webpage