pgsql: Make psql report "SSL connection (unknown cipher)" when libpq has

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make psql report "SSL connection (unknown cipher)" when libpq has
Date: 2008-11-11 15:01:53
Message-ID: 20081111150153.CAAB27545A4@cvs.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make psql report "SSL connection (unknown cipher)" when libpq has set
up a SSL connection, but psql is compiled without support for it.

Not a really realistic use-case, but the patch also cuts down on
the number of places with #ifdef's...

Modified Files:
--------------
pgsql/src/bin/psql:
command.c (r1.196 -> r1.197)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/command.c?r1=1.196&r2=1.197)

Browse pgsql-committers by date

  From Date Subject
Next Message User Fxjr 2008-11-11 16:58:22 npgsql - Npgsql2: Fixed a typo which prevented DateTime.MaxValue to
Previous Message Heikki Linnakangas 2008-11-11 14:38:09 Re: pgsql: Fix sloppy omission of now-required #include's.