pgsql: Remove redundant logging of send failures when SSL is in use. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Remove redundant logging of send failures when SSL is in use.
Date
Msg-id 20070518012040.A8B219FB625@postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Remove redundant logging of send failures when SSL is in use.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Remove redundant logging of send failures when SSL is in use.