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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix bogus error message for SSL-cert authentication, due to lack
Date
Msg-id 20100526204714.1D92A7541D2@cvs.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: sriggs@postgresql.org (Simon Riggs)
Date:
Subject: pgsql: HS Defer buffer pin deadlock check until deadlock_timeout has
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Rearrange libpq's SSL initialization to simplify it and make it