Change aggregated log format of pgbench.
authorTatsuo Ishii <ishii@postgresql.org>
Wed, 6 Apr 2022 00:55:58 +0000 (09:55 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Wed, 6 Apr 2022 00:55:58 +0000 (09:55 +0900)
commit17a856d08bedeaec77be3f15572e01f553e9613f
tree61445ad4b12aa2e9d874249881035d6fe6b69758
parente37ad5fa4df2319e26a7e779607130feae1a5029
Change aggregated log format of pgbench.

Commit 4a39f87acd changed the aggregated log format. Problem is, now
the explanatory paragraph for the log line in the document is too
long. Also the log format included more optional columns, and it's
harder to parse the log lines.  This commit tries to solve the
problems.

- There's no optional log columns anymore. If a column is not
  meaningful with provided pgbench option, it will be presented as 0.

- Reorder the log columns so that it's easier to parse them.

- Adjust explanatory paragraph for the log line in the doc.

Discussion: https://postgr.es/m/flat/202203280757.3tu4ovs3petm%40alvherre.pgsql
doc/src/sgml/ref/pgbench.sgml
src/bin/pgbench/pgbench.c