pgsql: Remove redundant logging of send failures when SSL is in use.

Started by Tom Laneabout 19 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Log Message:
-----------
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.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
pgsql/src/backend/libpq:
be-secure.c (r1.74.2.1 -> r1.74.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/be-secure.c.diff?r1=1.74.2.1&r2=1.74.2.2)