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

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

From
mha@postgresql.org (Magnus Hagander)
Date:
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)