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