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:40 +0000 (01:20 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 18 May 2007 01:20:40 +0000 (01:20 +0000)
commit7f1efe68e726729d298872e563a5ec4368eeac57
treee1736032a2ae90b94093faafa68e9aae1379aaff
parentd30e82690ad64aa463d2a7a8ad21b87994b069ba
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