Fix aggregate logging of pgbench.
authorTatsuo Ishii <ishii@postgresql.org>
Tue, 19 Apr 2022 08:04:27 +0000 (17:04 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Tue, 19 Apr 2022 08:04:27 +0000 (17:04 +0900)
commita62bff74b135b191de0417d1cc8ec52f144c8fe7
tree84eb51d9a3cb559791da1e8f61f85f6f53dd8ec4
parentdd4ab6fd6528e160571986fa8817cee9f2645aa8
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
doc/src/sgml/ref/pgbench.sgml
src/bin/pgbench/pgbench.c