Re: range value problem with double precision [PG 8.3.3]

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: range value problem with double precision [PG 8.3.3]
Дата
Msg-id 13519.1219420069@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: range value problem with double precision [PG 8.3.3]  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-bugs
Peter Eisentraut <peter_e@gmx.net> writes:
> The following, however, appears to be a bug:

> peter=# select '1E-324'::float8;
> ERROR:  22P02: invalid input syntax for type double precision: "1E-324"
> LOCATION:  float8in, float.c:431

I see this behavior on Fedora 9, but not on HPUX.  Investigation shows
that F9's strtod returns EDOM not ERANGE for this case.  Seems like a
glibc bug ...

            regards, tom lane

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

Предыдущее
От: "Hiroshi Saito"
Дата:
Сообщение: Re: BUG #4371: Foreign Key constraints not working with ODBC
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #4372: TO_DATE with ISO week and day