Re: Request for supported platforms - Mailing list pgsql-hackers

From Tara Piorkowski
Subject Re: Request for supported platforms
Date
Msg-id 3DBCA5FE.2040904@vilaj.com
Whole thread Raw
In response to Request for supported platforms  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Request for supported platforms  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Tom Lane wrote:

> Bruce Momjian  writes:
>
> >Folks. start sending in those plaform reports, OS name and version
> >number please.
>
>
> I've checked CVS tip on:
>     HPUX 10.20, using both gcc and vendor's cc
>     PPC Linux
>     Mac OS X 10.1


Here's the regression.diffs file from Mac OS X 10.2.1 (Jaguar). It 
failed geometry (rounding) and horology (not sure). gcc -v returns 
"Apple Computer, Inc. GCC version 1161, based on gcc version 3.1 
20020420 (prerelease)".


*** ./expected/geometry-powerpc-darwin.out      Mon Dec 11 11:45:16 2000
--- ./results/geometry.out      Sun Oct 27 21:27:11 2002
***************
*** 127,133 ****          | (-5,-12)   | [(10,-10),(-3,-4)]            | 
(-1.60487804878049,-4.64390243902439)          | (10,10)    | [(10,-10),(-3,-4)]            | 
(2.39024390243902,-6.48780487804878)          | (0,0)      | [(-1000000,200),(300000,-40)] | 
(0.0028402365895872,15.384614860264)
!         | (-10,0)    | [(-1000000,200),(300000,-40)] | 
(-9.99715942258202,15.3864610140472)          | (-3,4)     | [(-1000000,200),(300000,-40)] | 
(-2.99789812267519,15.3851688427303)          | (5.1,34.5) | [(-1000000,200),(300000,-40)] | 
(5.09647083221496,15.3836744976925)          | (-5,-12)   | [(-1000000,200),(300000,-40)] | 
(-4.99494420845634,15.3855375281616)
--- 127,133 ----          | (-5,-12)   | [(10,-10),(-3,-4)]            | 
(-1.60487804878049,-4.64390243902439)          | (10,10)    | [(10,-10),(-3,-4)]            | 
(2.39024390243902,-6.48780487804878)          | (0,0)      | [(-1000000,200),(300000,-40)] | 
(0.0028402365895872,15.384614860264)
!         | (-10,0)    | [(-1000000,200),(300000,-40)] | 
(-9.99715942258202,15.3864610140473)          | (-3,4)     | [(-1000000,200),(300000,-40)] | 
(-2.99789812267519,15.3851688427303)          | (5.1,34.5) | [(-1000000,200),(300000,-40)] | 
(5.09647083221496,15.3836744976925)          | (-5,-12)   | [(-1000000,200),(300000,-40)] | 
(-4.99494420845634,15.3855375281616)

======================================================================

*** ./expected/horology.out     Wed Sep 18 17:35:25 2002
--- ./results/horology.out      Sun Oct 27 21:27:12 2002
***************
*** 537,549 ****  SELECT (timestamp with time zone 'today' = (timestamp with time zone 
'tomorrow' - interval '1 day')) as "True";   True  ------
!  t  (1 row)
  SELECT (timestamp with time zone 'tomorrow' = (timestamp with time 
zone 'yesterday' + interval '2 days')) as "True";   True  ------
!  t  (1 row)
  SELECT (timestamp with time zone 'tomorrow' > 'now') as "True";
--- 537,549 ----  SELECT (timestamp with time zone 'today' = (timestamp with time zone 
'tomorrow' - interval '1 day')) as "True";   True  ------
!  f  (1 row)
  SELECT (timestamp with time zone 'tomorrow' = (timestamp with time 
zone 'yesterday' + interval '2 days')) as "True";   True  ------
!  f  (1 row)
  SELECT (timestamp with time zone 'tomorrow' > 'now') as "True";

======================================================================


-- 
Tara Piorkowski
System Administrator, vilaj.com, LLC
<http://www.vilaj.com/>



pgsql-hackers by date:

Previous
From: "Tommy"
Date:
Subject: Pgsql and .NET (Help!)
Next
From: Larry Rosenman
Date:
Subject: FreeBSD 4.7: BETA3 (from port): regression failures...