Re: [HACKERS] [COMMITTERS] pgsql: /contrib/cube improvements:

From: "Rocco Altier" <RoccoA(at)Routescape(dot)com>
To: "Joshua Reich" <josh(at)root(dot)net>, "Andrew Dunstan" <andrew(at)dunslane(dot)net>
Cc: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [HACKERS] [COMMITTERS] pgsql: /contrib/cube improvements:
Date: 2006-07-27 15:35:26
Message-ID: 6E0907A94904D94B99D7F387E08C4F5701534DF7@FALCON.INSIGHT
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

There is also an issue with PPC processors with +/-0 in the cube test:

*** ./expected/cube.out Thu Jul 27 05:23:14 2006
--- ./results/cube.out Thu Jul 27 05:43:21 2006
***************
*** 144,150 ****
SELECT '-1e-700'::cube AS cube;
cube
------
! (0)
(1 row)

SELECT '1234567890123456'::cube AS cube;
--- 144,150 ----
SELECT '-1e-700'::cube AS cube;
cube
------
! (-0)
(1 row)

SELECT '1234567890123456'::cube AS cube;

I am seeing a reodering of results issue on my AIX box, for both gcc and
native CC.
Check the buildfarm members asp and kookaburra.

It looks like the alternate expected files need to be updated as well.

-rocco

> -----Original Message-----
> From: pgsql-patches-owner(at)postgresql(dot)org
> [mailto:pgsql-patches-owner(at)postgresql(dot)org] On Behalf Of Joshua Reich
> Sent: Thursday, July 27, 2006 11:04 AM
> To: Andrew Dunstan
> Cc: Tom Lane; pgsql-patches(at)postgresql(dot)org
> Subject: Re: [PATCHES] [HACKERS] [COMMITTERS] pgsql:
> /contrib/cube improvements:
>
>
> You are correct.
>
> Patch against the latest HEAD attached.
>
> Josh
>
> Andrew Dunstan wrote:
> > Joshua Reich wrote:
> >
> >> Ok. Here is a diff taken from the top of the contrib tree. I have
> >> suppressed the notices in both the cube and earthdistance
> packages.
> >> All tests pass.
> >>
> >
> > Doesn't this contain parts that have been already applied?
> It looks to
> > me like you need to do a cvs update (and then a subsequent
> clean and
> > test) before generating the diff.
> >
> > cheers
> >
> > andrew
> >
> > ---------------------------(end of
> broadcast)---------------------------
> > TIP 4: Have you searched our list archives?
> >
> > http://archives.postgresql.org
>

Browse pgsql-patches by date

  From Date Subject
Next Message Florian G. Pflug 2006-07-27 15:42:19 Re: [HACKERS] extension for sql update
Previous Message Jim Nasby 2006-07-27 15:34:59 Re: [HACKERS] Resurrecting per-page cleaner for btree