Re: Fix around conn_duration in pgbench
Yugo Nagata <nagata@sraoss.co.jp>
From: Yugo NAGATA <nagata@sraoss.co.jp>
To: Fujii Masao <masao.fujii@oss.nttdata.com>
Cc: Fabien COELHO <coelho@cri.ensmp.fr>, Tatsuo Ishii <ishii@sraoss.co.jp>,
asifr.rehman@gmail.com,
PostgreSQL Developers
<pgsql-hackers@lists.postgresql.org>
Date: 2021-09-01T09:33:44Z
Lists: pgsql-hackers
On Wed, 1 Sep 2021 17:07:43 +0900 Fujii Masao <masao.fujii@oss.nttdata.com> wrote: > > > 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! Thank you! -- Yugo NAGATA <nagata@sraoss.co.jp>
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