Re: pgbench bug in head

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>, PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgbench bug in head
Date: 2015-08-17 07:16:43
Message-ID: 55D18A5B.1050205@iki.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ewan Higgs 2015-08-17 07:37:45 Configure with thread sanitizer fails the thread test
Previous Message Heikki Linnakangas 2015-08-17 06:49:35 Re: Potential GIN vacuum bug