Re: Statement timeout not working on broken connections with active queries

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Statement timeout not working on broken connections with active queries
Дата
Msg-id 266.1165981279@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Statement timeout not working on broken connections with active queries  ("Brendan O'Shea" <brendanoshea@comcast.net>)
Ответы Re: Statement timeout not working on broken connections with active queries  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
"Brendan O'Shea" <brendanoshea@comcast.net> writes:
> Is there no way to specify a timeout for the write() to the socket or some
> other way to abort?

This is really a question to take up with your TCP stack implementors.
I think it is fundamentally wrong for Postgres to be second-guessing
the network software about whether a network connection is still live.

            regards, tom lane

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

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: Re: function accepting and returning rows; how to avoid parentheses
Следующее
От: Tom Lane
Дата:
Сообщение: Re: resetting sequence to cur max value