Re: GiST patches for 7.2 (please apply)

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

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mikhail Terekhov 2001-08-22 18:44:23 libpq.dll & psql.exe on Win32
Previous Message Matthew T. O'Connor 2001-08-22 18:35:16 Re: List response time...