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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Remove redundant logging of send failures when SSL is in use.
Дата
Msg-id 20070518012048.881A99FB64C@postgresql.org
обсуждение исходный текст
Список 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:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/libpq:
        be-secure.c (r1.43.2.3 -> r1.43.2.4)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/be-secure.c.diff?r1=1.43.2.3&r2=1.43.2.4)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Remove redundant logging of send failures when SSL is in use.
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Done: < * Fix problem with excessive logging during SSL