initdb pg_basebackup: Rename --noxxx options to --no-xxx
Peter Eisentraut <peter_e@gmx.net>
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/initdb.sgml | modified | +2 −2 |
| doc/src/sgml/ref/pg_basebackup.sgml | modified | +2 −2 |
| src/bin/initdb/initdb.c | modified | +7 −5 |
| src/bin/pg_basebackup/pg_basebackup.c | modified | +4 −4 |
| src/bin/pg_basebackup/t/010_pg_basebackup.pl | modified | +1 −1 |
| src/test/perl/PostgresNode.pm | modified | +1 −1 |
| src/test/regress/pg_regress.c | modified | +1 −1 |