Re: [HACKERS] NetBSD/NS32K regression results

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] NetBSD/NS32K regression results
Дата
Msg-id 19538.909783838@sss.pgh.pa.us
обсуждение исходный текст
Ответ на NetBSD/NS32K regression results  (Jon Buller <jonb@metronet.com>)
Список pgsql-hackers
Jon Buller <jonb@metronet.com> writes:
> After rebuilding and retesting from a CVS update last night, I can
> report that all tests passed with the following exceptions:

Great!

> float8 has some problems with very large and very small numbers.
> datetime and horology have some problems with 'current' and 'epoch'
>    which might (or might not) be related to the float8 problems.

I think you guessed right.  IIRC, datetime has an underlying
representation of float8, and some of the special values like
"current" are represented as particular very-large or very-small
numbers.  So it might break if your machine's float math is not
up to IEEE-float specs.  However, you can do an awful lot of stuff
with datetime without ever needing the special values, so this
might not be much of a problem for you.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] HPUX 10.01 build issues and solutions.
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] HPUX 10.01 build issues and solutions.