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(-)