pgsql: Change aggregated log format of pgbench.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Change aggregated log format of pgbench.
Date: 2022-04-06 00:59:03
Message-ID: E1nbu0l-000Vdm-6C@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/17a856d08bedeaec77be3f15572e01f553e9613f

Modified Files
--------------
doc/src/sgml/ref/pgbench.sgml | 64 +++++++++++++++++++++++++++----------------
src/bin/pgbench/pgbench.c | 59 +++++++++++++++++++++++++++------------
2 files changed, 82 insertions(+), 41 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thom Brown 2022-04-06 01:04:48 Re: [COMMITTERS] pgsql: Allow time delayed standbys and recovery
Previous Message Tom Lane 2022-04-06 00:44:14 pgsql: Remove race condition in 022_crash_temp_files.pl test.