Fix previous patch so it also works if not USE_SSL (mea culpa). On balance, the need to cover this case changes my mind in favor of pushing all error-message generation duties into the two fe-secure.c routines. So do it that way.
Branch ------ REL8_3_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/ee27058ac788585c8c5f91e1f05a927cd81e20b2 Modified Files -------------- src/interfaces/libpq/fe-misc.c | 58 ++-------- src/interfaces/libpq/fe-secure.c | 212 +++++++++++++++++++++++++++++--------- 2 files changed, 173 insertions(+), 97 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
