Remove redundant logging of send failures when SSL is in use. While pqcomm.c
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 18 May 2007 01:20:16 +0000 (01:20 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 18 May 2007 01:20:16 +0000 (01:20 +0000)
commitd1972c52a899c42d3253591db9e23601fc6e6ce8
tree9f1ae99f80371e068603a39754d6bd16a0cabf05
parent16b52543185ec3f195472a56cebabce41d2f0f01
Remove redundant logging of send failures when SSL is in use.  While pqcomm.c
had been taught not to do that ages ago, the SSL code was helpfully bleating
anyway.  Resolves some recent reports such as bug #3266; however the
underlying cause of the related bug #2829 is still unclear.
src/backend/libpq/be-secure.c