]> granicus.if.org Git - postgresql/commit
Fix previous patch so it also works if not USE_SSL (mea culpa).
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 25 Jul 2011 03:29:10 +0000 (23:29 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 25 Jul 2011 03:29:10 +0000 (23:29 -0400)
commit2ae6075b59696f044d15c9f1b60a800407471b62
tree3886e627d54b53c5ee642fae40e7167afab36d14
parentf9d466e53036b9bb4e075ebde754b90008cf80b2
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