pgsql: Remove undocumented -h (help) option

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove undocumented -h (help) option
Date: 2013-07-01 16:40:44
Message-ID: E1Uth9g-0006OU-6L@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove undocumented -h (help) option
The -h option was not supported by many tools, and not documented, so
remove them for consistency from pg_upgrade, pg_test_fsync, and
pg_test_timing.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/06b804377cc5628f24ff37de719995a65f6f5928

Modified Files
--------------
contrib/pg_test_fsync/pg_test_fsync.c | 3 +--
contrib/pg_test_timing/pg_test_timing.c | 3 +--
src/bin/pg_ctl/pg_ctl.c | 5 ++---
src/bin/psql/startup.c | 2 +-
4 files changed, 5 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2013-07-01 16:46:18 pgsql: Update LSB URL in pg_ctl
Previous Message Heikki Linnakangas 2013-07-01 08:01:26 pgsql: Optimize pglz compressor for small inputs.