Remove redundant logging of send failures when SSL is in use. While pqcomm.c

Tom Lane <tgl@sss.pgh.pa.us>

Commit: d1972c52a899c42d3253591db9e23601fc6e6ce8
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-05-18T01:20:16Z
Releases: 8.3.0
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.

Files

PathChange+/−
src/backend/libpq/be-secure.c modified +5 −17