Re: AIX 4.3.1, 7.0.3 build annoyances: C++ comments, make all, macro problem - Mailing list pgsql-bugs

From Travis W. Pouarz
Subject Re: AIX 4.3.1, 7.0.3 build annoyances: C++ comments, make all, macro problem
Date
Msg-id Pine.SOL.3.91.1010102095011.23007A-100000@godzilla3.acpub.duke.edu
Whole thread Raw
In response to Re: AIX 4.3.1, 7.0.3 build annoyances: C++ comments, make all, macro problem  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
On Mon, 1 Jan 2001, Tom Lane wrote:

> Running the regression tests (src/test/regress) would be a more thorough
> test that things are working.

Right.

Does the regression test the optional interfaces such as tcl and odbc?

Here are the fails:

     timestamp            ... FAILED
test geometry             ... FAILED
test horology             ... FAILED

The geometry fails appear to be because of differences in the extremes
of floating point precision, except for this case:

*** ./expected/geometry.out     Wed Sep 13 02:00:17 2000
--- ./results/geometry.out      Mon Jan  1 20:14:12 2001
***************
*** 114,120 ****
          | (5.1,34.5) | [(1,2),(3,4)]                 | (3,4)
          | (-5,-12)   | [(1,2),(3,4)]                 | (1,2)
          | (10,10)    | [(1,2),(3,4)]                 | (3,4)
!         | (0,0)      | [(0,0),(6,6)]                 | (-0,0)
          | (-10,0)    | [(0,0),(6,6)]                 | (0,0)
          | (-3,4)     | [(0,0),(6,6)]                 | (0.5,0.5)
          | (5.1,34.5) | [(0,0),(6,6)]                 | (6,6)
--- 114,120 ----
          | (5.1,34.5) | [(1,2),(3,4)]                 | (3,4)
          | (-5,-12)   | [(1,2),(3,4)]                 | (1,2)
          | (10,10)    | [(1,2),(3,4)]                 | (3,4)
!         | (0,0)      | [(0,0),(6,6)]                 | (0,0)
          | (-10,0)    | [(0,0),(6,6)]                 | (0,0)
          | (-3,4)     | [(0,0),(6,6)]                 | (0.5,0.5)
          | (5.1,34.5) | [(0,0),(6,6)]                 | (6,6)


That 0 / -0 mismatch might cause some people some trouble.

The timestamp and horology differences were all diffences
of one-hour where I get one hour less than the expected.  I'd
guess that your expected assumes running in EST and I'm
in CST.

-Travis

pgsql-bugs by date:

Previous
From: Thorsten Knabe
Date:
Subject: PostgreSQL 7.0.3: Memory leak in ESQL library
Next
From: Peter Eisentraut
Date:
Subject: Re: AIX 4.3.1, 7.0.3 build annoyances: C++ comments, make all, macro problem