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
-
pgbench: Fix bug in measurement of disconnection delays.
- d760d942c73c 14.0 landed
- 4dc528bfa7da 15.0 landed
-
pgbench: Avoid unnecessary measurement of connection delays.
- efe2382d5ade 14.0 landed
- bfd4567b8849 15.0 landed
-
pgbench: Improve time logic.
- 547f04e7348b 14.0 cited