pgsql: Fix incorrect psql \x memory allocation for numericlocale.

Поиск
Список
Период
Сортировка
От momjian@svr1.postgresql.org (Bruce Momjian)
Тема pgsql: Fix incorrect psql \x memory allocation for numericlocale.
Дата
Msg-id 20050927163025.069ECD9819@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix incorrect psql \x memory allocation for numericlocale.  Redesign API
to be less error-prone.

Modified Files:
--------------
    pgsql/src/bin/psql:
        print.c (r1.75 -> r1.76)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.c.diff?r1=1.75&r2=1.76)

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

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add: > o Improve signal handling, >
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: PGXS should be set with := not =, as specified in the