Re: AIX 4.3.1, 7.0.3 build annoyances: C++ comments, make all, macro problem

From: "Travis W(dot) Pouarz" <twp1(at)duke(dot)edu>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: AIX 4.3.1, 7.0.3 build annoyances: C++ comments, make all, macro problem
Date: 2001-01-02 14:57:35
Message-ID: Pine.SOL.3.91.1010102095011.23007A-100000@godzilla3.acpub.duke.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2001-01-02 16:34:15 Re: AIX 4.3.1, 7.0.3 build annoyances: C++ comments, make all, macro problem
Previous Message Thorsten Knabe 2001-01-02 13:39:53 PostgreSQL 7.0.3: Memory leak in ESQL library