Re: Fix around conn_duration in pgbench

Fujii Masao <masao.fujii@oss.nttdata.com>

From: Fujii Masao <masao.fujii@oss.nttdata.com>
To: Fabien COELHO <coelho@cri.ensmp.fr>, Yugo NAGATA <nagata@sraoss.co.jp>
Cc: Tatsuo Ishii <ishii@sraoss.co.jp>, asifr.rehman@gmail.com, PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2021-09-01T08:07:43Z
Lists: pgsql-hackers

On 2021/09/01 1:10, Fujii Masao wrote:
> +1. So we reached the consensus!
> 
> Attached is the updated version of the patch. Based on Nagata-san's latest patch,
> I just modified the comment slightly and ran pgindent. Barring any objection,
> I will commit this patch only in master and v14.

Pushed. Thanks!

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION



Commits

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

  2. pgbench: Avoid unnecessary measurement of connection delays.

  3. pgbench: Improve time logic.