pgsql: Tidy up a few cosmetic issues related to pg_basebackup.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Tidy up a few cosmetic issues related to pg_basebackup.
Date: 2022-01-25 20:12:33
Message-ID: E1nCSB7-0002Ix-Go@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e1f860f13459e186479319aa9f65ef184277805f

Modified Files
--------------
doc/src/sgml/ref/pg_basebackup.sgml | 8 ++++----
src/bin/pg_basebackup/pg_basebackup.c | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2022-01-25 20:56:10 Re: pgsql: Server-side gzip compression.
Previous Message Robert Haas 2022-01-25 18:12:30 Re: pgsql: Server-side gzip compression.