Thread: pgbench bug in head

pgbench bug in head

From
Fabien COELHO
Date:
Probably since 1bc90f7a (shame on me) pgbench does not report skipped 
transactions (-L) counts properly: data are not aggregated over all 
threads as they should be, either under --progress or in the end of run 
report.

The attached patch fixes these regressions.

-- 
Fabien.

Re: pgbench bug in head

From
Heikki Linnakangas
Date:
On 08/11/2015 06:44 PM, Fabien COELHO wrote:
> Probably since 1bc90f7a (shame on me) pgbench does not report skipped
> transactions (-L) counts properly: data are not aggregated over all
> threads as they should be, either under --progress or in the end of run
> report.
>
> The attached patch fixes these regressions.

Applied, thanks.

- Heikki