]> 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:27 +0000 (23:29 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 25 Jul 2011 03:29:27 +0000 (23:29 -0400)
commitee27058ac788585c8c5f91e1f05a927cd81e20b2
tree185357e97500d164818cc2ce1476439dd3b33659
parent5097b83a9026d9c9679cb1fcedc114935e7d5b25
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