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

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

From
tgl@postgresql.org (Tom Lane)
Date:
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)