pgsql: parse_ident_usermap() shuold use ereport(LOG) and not ERROR, and

Поиск
Список
Период
Сортировка
От mha@postgresql.org (Magnus Hagander)
Тема pgsql: parse_ident_usermap() shuold use ereport(LOG) and not ERROR, and
Дата
Msg-id 20090624133942.F267975331E@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
parse_ident_usermap() shuold use ereport(LOG) and not ERROR, and put the
return value in the *error_p variable.

Noted by Tom.

Modified Files:
--------------
    pgsql/src/backend/libpq:
        hba.c (r1.187 -> r1.188)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/hba.c?r1=1.187&r2=1.188)

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

Предыдущее
От: bmomjian@pgfoundry.org (User Bmomjian)
Дата:
Сообщение: pg-migrator - pg_migrator: stamp rc2.
Следующее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: Fix incorrect LDAP example, noted by Tom.