Re: Fix around conn_duration in pgbench

Yugo Nagata <nagata@sraoss.co.jp>

From: Yugo NAGATA <nagata@sraoss.co.jp>
To: Yugo NAGATA <nagata@sraoss.co.jp>
Cc: Asif Rehman <asifr.rehman@gmail.com>, pgsql-hackers@lists.postgresql.org, Fabien COELHO <coelho@cri.ensmp.fr>
Date: 2021-06-30T05:43:04Z
Lists: pgsql-hackers

Attachments

On Wed, 30 Jun 2021 14:35:37 +0900
Yugo NAGATA <nagata@sraoss.co.jp> wrote:

> Hello Asif,
> 
> On Tue, 29 Jun 2021 13:21:54 +0000
> Asif Rehman <asifr.rehman@gmail.com> wrote:
> 
> > The following review has been posted through the commitfest application:
> > make installcheck-world:  tested, passed
> > Implements feature:       tested, passed
> > Spec compliant:           tested, passed
> > Documentation:            not tested
> > 
> > This patch looks fine to me. master 48cb244fb9
> > 
> > The new status of this patch is: Ready for Committer
> 
> Thank you for reviewing this patch!
> 
> The previous patch included fixes about connection failures, but this part
> was moved to another patch discussed in [1].
> 
> [1] https://www.postgresql.org/message-id/alpine.DEB.2.22.394.2106181535400.3146194%40pseudo
> 
> I attached the updated patach.

I am sorry but I attached the other patch. Attached in this post
is the latest patch.

Regards,
Yugo Nagata


> 
> Regards,
> Yugo Nagata
> 
> -- 
> Yugo NAGATA <nagata@sraoss.co.jp>


-- 
Yugo NAGATA <nagata@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.