Re: [HACKERS] NAN code

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] NAN code
Дата
Msg-id 369105CE.B2993991@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] NAN code  (jwieck@debis.com (Jan Wieck))
Ответы Re: [HACKERS] NAN code  (jwieck@debis.com (Jan Wieck))
Список pgsql-hackers
>     While  searching for the NAN definition I've noticed too that
>     our float4/float8 datatypes can  output  'NaN',  but  do  not
>     parse  them back.

Yeah, I just noticed that a few minutes ago too.

I've got some patches which fix this, at least for machines with NaN
support (and for HUGE_VAL/Infinity too). We'll need some more code to
handle non-IEEE machines...
                   - Tom


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

Предыдущее
От: Hal Snyder
Дата:
Сообщение: Re: [HACKERS] 6.4.2?
Следующее
От: jwieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [HACKERS] NAN code