pgsql: Fix aggregate logging of pgbench.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix aggregate logging of pgbench.
Date: 2022-04-19 08:14:36
Message-ID: E1ngj0O-00031h-4k@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix aggregate logging of pgbench.

Remove meaningless "failures" column from the aggregate logging. It
was just a sum of "serialization failures" and "deadlock failures".
Pointed out by Tom Lane. Patch reviewed by Fabien COELHO.

Discussion: https://postgr.es/m/4183048.1649536705%40sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a62bff74b135b191de0417d1cc8ec52f144c8fe7

Modified Files
--------------
doc/src/sgml/ref/pgbench.sgml | 13 ++-----------
src/bin/pgbench/pgbench.c | 5 +----
2 files changed, 3 insertions(+), 15 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2022-04-19 09:37:27 Re: pgsql: Fix some trailing whitespace in documentation files
Previous Message Amit Kapila 2022-04-19 04:16:38 pgsql: Fix the check to limit sync workers.