pgsql: Fix unsafe loop test, and declare as_ident as bool rather than

Поиск
Список
Период
Сортировка
От rhaas@postgresql.org (Robert Haas)
Тема pgsql: Fix unsafe loop test, and declare as_ident as bool rather than
Дата
Msg-id 20100121184326.0D7367541B9@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix unsafe loop test, and declare as_ident as bool rather than int.

Modified Files:
--------------
    pgsql/src/interfaces/libpq:
        fe-exec.c (r1.207 -> r1.208)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-exec.c?r1=1.207&r2=1.208)

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: Add new escaping functions PQescapeLiteral and
Следующее
От: itagaki@pgfoundry.org (User Itagaki)
Дата:
Сообщение: pgbulkload - pgbulkload: Support XLogReportUnloggedStatement if