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

From: Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>
To: s(dot)cherkashin(at)postgrespro(dot)ru
Cc: tgl(at)sss(dot)pgh(dot)pa(dot)us, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Add client connection check during the execution of the query
Date: 2019-07-05 06:28:14
Message-ID: 20190705.152814.526451304812431065.t-ishii@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrey Lepikhov 2019-07-05 06:32:39 Re: [HACKERS] Partition-wise aggregation/grouping
Previous Message Thomas Munro 2019-07-05 06:02:44 Re: Add client connection check during the execution of the query