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

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

From
tgl@postgresql.org (Tom Lane)
Date:
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_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/libpq:
        be-secure.c (r1.56.4.2 -> r1.56.4.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/be-secure.c.diff?r1=1.56.4.2&r2=1.56.4.3)