mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 16:21:20 +03:00
--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