Fix previous patch so it also works if not USE_SSL (mea culpa).
authorTom Lane <[email protected]>
Mon, 25 Jul 2011 03:29:21 +0000 (23:29 -0400)
committerTom Lane <[email protected]>
Mon, 25 Jul 2011 03:29:21 +0000 (23:29 -0400)
commit16976b026a80567695e68a52592a73a75dc391ed
tree9a217f609e3efd02b84156aa8fae9d954aa5cd0a
parent276164125c801117a1237043b1212878e1a9bac2
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.
src/interfaces/libpq/fe-misc.c
src/interfaces/libpq/fe-secure.c