Re: BUG #1378: make check fails in float4 and float8

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: BUG #1378: make check fails in float4 and float8
Дата
Msg-id 200501140814.37420.peter_e@gmx.net
обсуждение исходный текст
Ответ на BUG #1378: make check fails in float4 and float8  ("Rolf Jentsch" <rjentsch@electronicpartner.de>)
Список pgsql-bugs
Rolf Jentsch wrote:
> A small test program showed that the implementation of strtod in this
> version of glibc is quite "special": 'inf' is understood but
> 'infinity' is not.
> after a call to
> strtod("infinity",&end)
> *end points to "inity", and not to the end of the input as expected.

Yes, we have seen this type of misbehavior before.  It may be time to
upgrade your operating system.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: BUG #1394: LIKE doesn't seem to use an index
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: BUG #1385: There are no ways to select unicode codepage during installation