]> granicus.if.org Git - postgresql/commit
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:33 +0000 (01:20 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 18 May 2007 01:20:33 +0000 (01:20 +0000)
commit2df0eb1d57a74576526e3bad4b57bb9e53c88bdb
tree130f74372bcd4cfe97f60819e4d59a0907ab80fc
parentcac0d6922f88a368dd1afa3b0933512f32d1a977
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