From: | Wes <wespvp(at)syntegra(dot)com> |
---|---|
To: | <pgsql-bugs(at)postgresql(dot)org> |
Subject: | "make check" failure on 8.0 b2 |
Date: | 2004-09-05 04:37:05 |
Message-ID: | BD600221.91F1%wespvp@syntegra.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
System: Mac OS X 10.3.5
Pg: 8.0.0 b2
type_sanity ... ok
opr_sanity ... ok
test geometry ... FAILED
test horology ... ok
test insert ... ok
test create_function_1 ... ok
=======================
1 of 96 tests failed.
=======================
*** ./expected/geometry.out Fri Oct 31 21:07:07 2003
--- ./results/geometry.out Sat Sep 4 23:32:07 2004
***************
*** 117,123 ****
| (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)
--- 117,123 ----
| (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)
======================================================================
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2004-09-05 06:50:00 | Re: readline selection (was Re: [GENERAL] psql leaking? - SOLVED) |
Previous Message | Michael Fuhr | 2004-09-04 23:54:01 | Re: Permissions problem with sequences |