pgbench small bug fix - Mailing list pgsql-hackers

From Fabien COELHO
Subject pgbench small bug fix
Date
Msg-id alpine.DEB.2.10.1601271957280.12620@sto
Whole thread Raw
Responses Re: pgbench small bug fix  (Robert Haas <robertmhaas@gmail.com>)
Re: pgbench small bug fix  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
While testing for something else I encountered two small bugs under very 
low rate (--rate=0.1). The attached patches fixes these.
 - when a duration (-T) is specified, ensure that pgbench ends at that   time (i.e. do not wait for a transaction
beyondthe end of the run).
 
 - when there is a progress (-P) report, ensure that all progress   reports are shown even if no more transactions are
schedule.

-- 
Fabien.

pgsql-hackers by date:

Previous
From: "Igal @ Lucee.org"
Date:
Subject: Re: Implementing a new Scripting Language
Next
From: Robert Haas
Date:
Subject: Re: [Proposal] Table partition + join pushdown