OSDN Git Service

Make psql report "SSL connection (unknown cipher)" when libpq has set
authorMagnus Hagander <magnus@hagander.net>
Tue, 11 Nov 2008 15:01:53 +0000 (15:01 +0000)
committerMagnus Hagander <magnus@hagander.net>
Tue, 11 Nov 2008 15:01:53 +0000 (15:01 +0000)
commitccc9073f26b8504e5ce168738ffcc4c4c8d2fa0a
tree5e9c060d9e8d95373045aacd98c058abb9ad8ee2
parentcad3a26a9546dc6e3487bb2bb90a64e0cb05e6a0
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...
src/bin/psql/command.c