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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: initdb pg_basebackup: Rename --noxxx options to --no-xxx
Дата
Msg-id E1bwqJr-0000AE-Ro@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Consistently use = sign in long options synopses
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: pg_ctl: Add long option for -o