Fix aggregate logging of pgbench.

Tatsuo Ishii <ishii@postgresql.org>

Commit: a62bff74b135b191de0417d1cc8ec52f144c8fe7
Author: Tatsuo Ishii <ishii@postgresql.org>
Date: 2022-04-19T08:04:27Z
Releases: 15.0
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

Files

PathChange+/−
doc/src/sgml/ref/pgbench.sgml modified +2 −11
src/bin/pgbench/pgbench.c modified +1 −4

Documentation touched

Discussion