]> granicus.if.org Git - postgresql/commit
Fix bogus error message for SSL-cert authentication, due to lack of
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 26 May 2010 20:47:13 +0000 (20:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 26 May 2010 20:47:13 +0000 (20:47 +0000)
commit0d046a4d7248543fcdfd1d5883a2ff6258786db7
treec14f8cee13dd5717097479c1a0027356377715b2
parentf9dbac94767d64f6a1174506b6e61db34729e015
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.
src/backend/libpq/auth.c