Re: Add client connection check during the execution of the query

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: Add client connection check during the execution of the query
Дата
Msg-id 20190705.152814.526451304812431065.t-ishii@sraoss.co.jp
обсуждение исходный текст
Ответ на Re: Add client connection check during the execution of the query  (s.cherkashin@postgrespro.ru)
Ответы Re: Add client connection check during the execution of the query  (Thomas Munro <thomas.munro@gmail.com>)
Список pgsql-hackers
> The purpose of this patch is to stop the execution of continuous
> requests in case of a disconnection from the client.

Pgpool-II already does this by sending a parameter status message to
the client. It is expected that clients are always prepared to receive
the parameter status message. This way I believe we could reliably
detect that the connection to the client is broken or not.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp



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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: Add client connection check during the execution of the query
Следующее
От: Andrey Lepikhov
Дата:
Сообщение: Re: [HACKERS] Partition-wise aggregation/grouping