Re: libpq SSL with non-blocking sockets

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: libpq SSL with non-blocking sockets
Дата
Msg-id 5219.1311539620@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: libpq SSL with non-blocking sockets  (Martin Pihlak <martin.pihlak@gmail.com>)
Ответы Re: libpq SSL with non-blocking sockets
Re: libpq SSL with non-blocking sockets
Список pgsql-hackers
Martin Pihlak <martin.pihlak@gmail.com> writes:
> If possible I would like the fix to be backported as well. This is
> quite a nasty bug and difficult to track down. Especially as the
> actual SSL error messages are masked by the "server closed the
> connection unexpectedly" message.

I've applied the simplified fix (just set SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER)
as well as a patch to improve the error reporting situation.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: SSL-mode error reporting in libpq
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Problem with pg_upgrade's directory write check on Windows