pgsql: Fix aggregate logging of pgbench. - Mailing list pgsql-committers

From Tatsuo Ishii
Subject pgsql: Fix aggregate logging of pgbench.
Date
Msg-id E1ngj0O-00031h-4k@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Fix the check to limit sync workers.
Next
From: Daniel Gustafsson
Date:
Subject: Re: pgsql: Fix some trailing whitespace in documentation files