Re: Bug #838: SSL problems in 7.3

Поиск
Список
Период
Сортировка
От Nathan Mueller
Тема Re: Bug #838: SSL problems in 7.3
Дата
Msg-id 1039802769.3dfa2191c0de9@www-auth.cs.wisc.edu
обсуждение исходный текст
Ответ на Bug #838: SSL problems in 7.3  (pgsql-bugs@postgresql.org)
Ответы Re: Bug #838: SSL problems in 7.3  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-bugs
Ok, I think I've gotten this figured out now.  I saw this comment in pqcomm.c,
switched the ERROR logs to COMMERROR logs and it all works.  I've attached a
patch to be-secure.c that fixes all my problems.  Hopefully this is the right fix.

                  --Nate

/*
 * Careful: an elog() that tries to write to the client would
 * cause recursion to here, leading to stack overflow and core
 * dump!  This message must go *only* to the postmaster log.
 */


Вложения

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

Предыдущее
От: Frank van Vugt
Дата:
Сообщение: Re: server terminated by a query in 7.3
Следующее
От: Tom Lane
Дата:
Сообщение: Re: server terminated by a query in 7.3