pgsql: initdb pg_basebackup: Rename --noxxx options to --no-xxx

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: initdb pg_basebackup: Rename --noxxx options to --no-xxx
Date: 2016-10-19 12:50:07
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

initdb pg_basebackup: Rename --noxxx options to --no-xxx

--noclean and --nosync were the only options spelled without a hyphen,
so change this for consistency with other options. The options in
pg_basebackup have not been in a release, so we just rename them. For
initdb, we retain the old variants.

Vik Fearing and me

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5d58c07a441414ae29a8e315d2f9868d3d8e20be

Modified Files
--------------
doc/src/sgml/ref/initdb.sgml | 4 ++--
doc/src/sgml/ref/pg_basebackup.sgml | 4 ++--
src/bin/initdb/initdb.c | 12 +++++++-----
src/bin/pg_basebackup/pg_basebackup.c | 8 ++++----
src/bin/pg_basebackup/t/010_pg_basebackup.pl | 2 +-
src/test/perl/PostgresNode.pm | 2 +-
src/test/regress/pg_regress.c | 2 +-
7 files changed, 18 insertions(+), 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-10-19 13:21:08 pgsql: Use pg_ctl promote -w in TAP tests
Previous Message Heikki Linnakangas 2016-10-19 12:01:33 pgsql: Fix WAL-logging of FSM and VM truncation.