Re: [HACKERS] pgbench bug in head

2015-08-17 Thread Heikki Linnakangas
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 re

[HACKERS] pgbench bug in head

2015-08-11 Thread Fabien COELHO
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.diff --git a/src/bi