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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bogus error message for SSL-cert authentication, due to lack
Date: 2010-05-26 20:47:14
Message-ID: 20100526204714.1D92A7541D2@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-05-26 21:39:27 pgsql: Rearrange libpq's SSL initialization to simplify it and make it
Previous Message Simon Riggs 2010-05-26 19:52:52 pgsql: HS Defer buffer pin deadlock check until deadlock_timeout has