Re: Error with PostgreSQL 8.0 beta 2, in "make check" on Mac OS

From: Gaetano Mendola <mendola(at)bigfoot(dot)com>
To: "Reuven M(dot) Lerner" <reuven(at)lerner(dot)co(dot)il>
Subject: Re: Error with PostgreSQL 8.0 beta 2, in "make check" on Mac OS
Date: 2004-09-22 16:46:30
Message-ID: 4151AC66.6070805@bigfoot.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Reuven M. Lerner wrote:
> I downloaded beta 2, unpacked it into its own directory, became (via
> sudo) the "postgres" user, and did the whole "configure" and "make"
> business.
>
> When I ran "make check", all of the tests passed successfully, except
> for the "geometry" test, which failed. Looking at regression.diffs
> (enclosed as an attachment), it looks like the fourth test was expected
> to have a (-0, 0) for a result, but actually had a (0,0) as a result.
> Obviously, -0 and 0 are mathematically equivalent, but "make check"
> doesn't seem to think so!

This is a known issue, thank you for the report.

Regards
Gaetano Mendola

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2004-09-22 17:42:25 Re: sql function returning composite type
Previous Message Tom Lane 2004-09-22 15:04:34 Re: BUG #1265: sorting by (ORDER BY) result of an operation for names assigned by AS does not work