pgsql: Rearrange code in pg_atoi() to avoid assuming that isspace()

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Rearrange code in pg_atoi() to avoid assuming that isspace()
Дата
Msg-id 20051130231034.B7D1C9DD447@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Rearrange code in pg_atoi() to avoid assuming that isspace() cannot
change errno.  No reported bugs here, but why take a chance?

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        numutils.c (r1.68 -> r1.68.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/numutils.c.diff?r1=1.68&r2=1.68.4.1)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Rearrange code in pg_atoi() to avoid assuming that isspace()
Следующее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - be: New Directory