Hello.
With 7.4 on OS X Panther:
% PATH=$PATH:/usr/local/apache-ant-1.5.4/bin ./configure \
--prefix=/usr/local/postgresql \
--with-java --with-rendezvous \
--without-readline
[..removed output..]
% make
[..removed output..]
% make check
[..removed output..]
=======================
1 of 93 tests failed.
=======================
The differences that caused some tests to fail can be viewed in the
file `./regression.diffs'. A copy of the test summary that you see
above is saved in the file `./regression.out'.
make[2]: *** [check] Error 1
make[1]: *** [check] Error 2
make: *** [check] Error 2
% cat src/test/regress/regression.diffs
*** ./expected/geometry.out Sat Nov 1 04:07:07 2003
--- ./results/geometry.out Sun Dec 7 20:21:39 2003
***************
*** 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)
======================================================================
I installed the database and everything works ok for me. Should I
register this as a bug?
- Tore.