Tidy up a few cosmetic issues related to pg_basebackup.
authorRobert Haas <rhaas@postgresql.org>
Tue, 25 Jan 2022 19:54:35 +0000 (14:54 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 25 Jan 2022 19:59:37 +0000 (14:59 -0500)
commite1f860f13459e186479319aa9f65ef184277805f
tree1d5259aa195abbd6a964fb7113961306a630cb67
parentf9a74c1498d25098606fc5c4621216d38a1cc57d
Tidy up a few cosmetic issues related to pg_basebackup.

Commit 0ad8032910d5eb8efd32867c45b6a25c85e60f50 failed to update
the pg_basebackup documentation to mention that "client-" or
"server-" can now be prepended to the compression method name. Fix
it there, and also in the --help output that you get from running
the binary.

Also in the documentation, there's an old issue that the arguments to
--checkpoint shouldn't be marked as parameters, because "fast" and
"spread" are literal strings. Fix that too.

Dagfinn Ilmari MannsÃ¥ker, partly as per a report from
Shinoda Noriyoshi.

Discussion: http://postgr.es/m/PH7PR84MB1885C1CF433057807551172BEE5F9@PH7PR84MB1885.NAMPRD84.PROD.OUTLOOK.COM
doc/src/sgml/ref/pg_basebackup.sgml
src/bin/pg_basebackup/pg_basebackup.c