Обсуждение: pgsql: Remove redundant logging of send failures when SSL is in use.

Поиск
Список
Период
Сортировка

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

От
tgl@postgresql.org (Tom Lane)
Дата:
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.

Modified Files:
--------------
    pgsql/src/backend/libpq:
        be-secure.c (r1.79 -> r1.80)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/be-secure.c.diff?r1=1.79&r2=1.80)