pgsql: Fix options listing of pg_test_timing --cutoff

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix options listing of pg_test_timing --cutoff
Date: 2026-06-25 06:02:13
Message-ID: E1wcdAE-0007oK-00@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2026-06-25 06:37:07 pgsql: doc: Some spell checking
Previous Message Melanie Plageman 2026-06-24 18:52:20 pgsql: pg_stat_io: Don't flag extends by autovacuum launcher