pgsql: Fix problem that sscanf(buf, "%d", &val) eats leading white

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Fix problem that sscanf(buf, "%d", &val) eats leading white
Дата
Msg-id 20060419184910.2277E11F8C26@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix problem that sscanf(buf, "%d", &val) eats leading white space, but
our to_* functions were not handling that.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        formatting.c (r1.109 -> r1.110)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/formatting.c.diff?r1=1.109&r2=1.110)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Remove use of lorder and tsort while building static libraries.
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add: > > o Add new version of PQescapeString() that doesn't