pgsql-server/src/backend/utils/adt float.c

Поиск
Список
Период
Сортировка
От neilc@svr1.postgresql.org (Neil Conway)
Тема pgsql-server/src/backend/utils/adt float.c
Дата
Msg-id 20040314052252.CC4C1D1D370@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    neilc@svr1.postgresql.org    04/03/14 01:22:52

Modified files:
    src/backend/utils/adt: float.c

Log message:
    Portability fixes and bug fixes for recent floating point input changes.
    In particular, don't depend on strtod() to accept 'NaN' and 'Infinity'
    inputs (while this is required by C99, not all platforms are compliant
    with that yet). Also, don't require glibc's behavior from isinf():
    it seems that on a lot of platforms isinf() does not itself distinguish
    between negative and positive infinity.


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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src bin/psql/common.c test/regres ...
Следующее
От: meskes@svr1.postgresql.org (Michael Meskes)
Дата:
Сообщение: pgsql-server/src/interfaces/ecpg ChangeLog com ...