Обсуждение: pgbench bug in head

Поиск
Список
Период
Сортировка

pgbench bug in head

От
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.

Re: pgbench bug in head

От
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 regressions.

Applied, thanks.

- Heikki