geometry check failes on OS X with 7.4

Поиск
Список
Период
Сортировка
От Tore Halset
Тема geometry check failes on OS X with 7.4
Дата
Msg-id 54710EDE-28EB-11D8-9A6A-000A95CD827E@pvv.ntnu.no
обсуждение исходный текст
Ответы Re: geometry check failes on OS X with 7.4
Список pgsql-ports
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.


В списке pgsql-ports по дате отправления:

Предыдущее
От: Tore Halset
Дата:
Сообщение: libedit on OS X?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: libedit on OS X?