Re: Re: [BUGS] BUG #2724: Could not check connection status with "ssl=on"

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: [BUGS] BUG #2724: Could not check connection status with "ssl=on"
Дата
Msg-id 17075.1171427863@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Re: [BUGS] BUG #2724: Could not check connection status with "ssl=on"  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-patches
Bruce Momjian <bruce@momjian.us> writes:
> Tom Lane wrote:
>> Bruce Momjian <bruce@momjian.us> writes:
>>> !         if (SOCK_ERRNO != ECONNRESET)
>>> !             SSL_shutdown(conn->ssl);
>>
>> Ummm ... what is this supposed to fix exactly, and what are the odds

> I think the user was getting SIGPIPE on SSL_shutdown() of a closed
> connection.

It seems moderately improbable that by the time control arrives here,
errno still has anything to do with the last operation on the SSL
socket.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Re: [BUGS] BUG #2724: Could not check connection status with "ssl=on"
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Avg performance for int8/numeric