pgsql: Fix options listing of pg_test_timing --cutoff - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix options listing of pg_test_timing --cutoff
Date
Msg-id E1wcdAE-0007oK-00@gemulon.postgresql.org
Whole thread
List pgsql-committers
Fix options listing of pg_test_timing --cutoff

The new pg_test_timing --cutoff option (commit 0b096e379e6) appeared
out of order in the documentation and the code.  Fix that.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3277e69b8eb08c0f16f276aeb8f8e1c9d058c666

Modified Files
--------------
doc/src/sgml/ref/pgtesttiming.sgml      | 26 ++++++++++++-------------
src/bin/pg_test_timing/pg_test_timing.c | 34 ++++++++++++++++-----------------
2 files changed, 30 insertions(+), 30 deletions(-)


pgsql-committers by date:

Previous
From: Melanie Plageman
Date:
Subject: pgsql: pg_stat_io: Don't flag extends by autovacuum launcher
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Message and comment wording fixes