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 20051130231008.DF3059DCD32@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?

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        numutils.c (r1.69 -> r1.70)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/numutils.c.diff?r1=1.69&r2=1.70)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Tweak choose_bitmap_and() heuristics in the light of example
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Rearrange code in pg_atoi() to avoid assuming that isspace()