Re: Add client connection check during the execution of the query - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: Add client connection check during the execution of the query
Date
Msg-id 20190718.134308.909519174866822804.t-ishii@sraoss.co.jp
Whole thread Raw
In response to Re: Add client connection check during the execution of the query  (Thomas Munro <thomas.munro@gmail.com>)
Responses Re: Add client connection check during the execution of the query  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> Yeah, the timer logic is wrong.  I didn't have time to look into it
> but with truss/strace for some reason I see 3 setitimer() syscalls for
> every query, but I think this doesn't even need to set the timer for
> every query.

Hum. I see 2 settimer(), instead of 3.

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 by date:

Previous
From: Thomas Munro
Date:
Subject: Re: Add client connection check during the execution of the query
Next
From: Tom Lane
Date:
Subject: Re: Add client connection check during the execution of the query