If we're going to print unrecognized result codes from SSL_get_error
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/libpq/be-secure.c | modified | +13 −7 |
| src/interfaces/libpq/fe-secure.c | modified | +16 −6 |