Re: Fix around conn_duration in pgbench

Tatsuo Ishii <ishii@sraoss.co.jp>

From: Tatsuo Ishii <ishii@sraoss.co.jp>
To: nagata@sraoss.co.jp
Cc: ishii@sraoss.co.jp, masao.fujii@oss.nttdata.com, asifr.rehman@gmail.com, pgsql-hackers@lists.postgresql.org, coelho@cri.ensmp.fr
Date: 2021-08-30T06:03:16Z
Lists: pgsql-hackers
> On Mon, 30 Aug 2021 14:22:49 +0900 (JST)
> Tatsuo Ishii <ishii@sraoss.co.jp> wrote:
> 
>> >> Anyway, I changed the status of this patch to "Waiting on Author" in CF.
>> > 
>> > I returned the status to "Ready for Committer". 
>> > Could you please review this?
>> 
>> According to the patch tester, the patch does not apply.
> 
> Well, that's because both the patch for PG14 and one for PG13
> are discussed here.

Oh, ok. So the patch tester is not smart enough to identify each patch
for particular branches.
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp



Commits

  1. pgbench: Fix bug in measurement of disconnection delays.

  2. pgbench: Avoid unnecessary measurement of connection delays.

  3. pgbench: Improve time logic.