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:48 +0000 (01:20 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 18 May 2007 01:20:48 +0000 (01:20 +0000)
commit016f8d1f421e6a3f980e2a65e6c825a2975eba16
treef0e47488f29e1f293de42103798b1118e2f1fb5d
parentc54d0e49b44f4867f5757631d6e0b55881e67063
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