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