mirror of
https://github.com/postgres/postgres.git
synced 2025-08-14 02:22:38 +03:00
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
This commit is contained in:
@@ -484,7 +484,7 @@ sub backup
|
||||
|
||||
print "# Taking pg_basebackup $backup_name from node \"$name\"\n";
|
||||
TestLib::system_or_bail('pg_basebackup', '-D', $backup_path, '-p', $port,
|
||||
'-x', '--nosync');
|
||||
'-x', '--no-sync');
|
||||
print "# Backup finished\n";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user