Re: regression failure on Solaris contrib/cube

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: regression failure on Solaris contrib/cube
Дата
Msg-id 25630.1096578838@sss.pgh.pa.us
обсуждение исходный текст
Ответ на regression failure on Solaris contrib/cube  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> Machine details:
> Solaris / 2.8

> regression diffs:

> *** ./expected/cube.out    Tue Sep 28 15:25:33 2004
> --- ./results/cube.out    Tue Sep 28 15:55:16 2004
> ***************
> *** 142,148 ****
>   SELECT '-1e-700'::cube AS cube;
>    cube 
>   ------
> !  (0)
>   (1 row) 
>   SELECT '1234567890123456'::cube AS cube;
> --- 142,148 ----
>   SELECT '-1e-700'::cube AS cube;
>    cube 
>   ------
> !  (-0)
>   (1 row) 
>   SELECT '1234567890123456'::cube AS cube;

Yeah, I've seen the same on Mac OS X.  I've committed a variant expected
file to make the contrib tests pass cleanly on these machines.
        regards, tom lane


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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: Bug in Beta3 with parser?
Следующее
От: Brad Nicholson
Дата:
Сообщение: AIX and V8 beta 3