If we're going to print unrecognized result codes from SSL_get_error

Tom Lane <tgl@sss.pgh.pa.us>

Commit: fb147dc30e7ee931d9d105797f5210106d9ce55e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-09-23T20:27:50Z
Releases: 8.0.0
If we're going to print unrecognized result codes from SSL_get_error
in open_client_SSL, surely we should do it everywhere.  Also make
message formatting conform to style guide.

Files

PathChange+/−
src/backend/libpq/be-secure.c modified +13 −7
src/interfaces/libpq/fe-secure.c modified +16 −6