pgsql: Fix bogus error message for SSL-cert authentication, due to lack

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix bogus error message for SSL-cert authentication, due to lack
Дата
Msg-id 20100526204714.1D92A7541D2@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix bogus error message for SSL-cert authentication, due to lack of
a uaCert entry in auth_failed().  Put the switch entries into a sane
order, namely the one the enum is declared in.

Modified Files:
--------------
    pgsql/src/backend/libpq:
        auth.c (r1.200 -> r1.201)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c?r1=1.200&r2=1.201)

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

Предыдущее
От: sriggs@postgresql.org (Simon Riggs)
Дата:
Сообщение: pgsql: HS Defer buffer pin deadlock check until deadlock_timeout has
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Rearrange libpq's SSL initialization to simplify it and make it