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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove redundant logging of send failures when SSL is in use.
Date: 2007-05-18 01:20:33
Message-ID: 20070518012033.998C29FB621@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_1_STABLE

Modified Files:
--------------
pgsql/src/backend/libpq:
be-secure.c (r1.59.2.2 -> r1.59.2.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/be-secure.c.diff?r1=1.59.2.2&r2=1.59.2.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-05-18 01:20:40 pgsql: Remove redundant logging of send failures when SSL is in use.
Previous Message Tom Lane 2007-05-18 01:20:25 pgsql: Remove redundant logging of send failures when SSL is in use.