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