pgsql: Put new command-line options into alphabetical order in help out

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Put new command-line options into alphabetical order in help out
Date: 2020-05-01 09:52:16
Message-ID: E1jUSLA-0001Gq-C6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Put new command-line options into alphabetical order in help output

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3c800ae0b931c85f6ae949bc468fa3e51f9d5716

Modified Files
--------------
src/bin/pg_basebackup/pg_basebackup.c | 12 ++++++------
src/bin/pg_rewind/pg_rewind.c | 10 +++++-----
src/bin/pgbench/pgbench.c | 2 +-
src/bin/scripts/dropdb.c | 2 +-
4 files changed, 13 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2020-05-01 15:41:09 pgsql: Fix bug in nbtree VACUUM "skip full scan" feature.
Previous Message Michael Paquier 2020-05-01 08:41:30 pgsql: Improve various aspects of pg_rewind documentation