projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
| inline |
side by side
(parent:
9886744
)
Show the default checkpoint method in the pg_basebackup help message
author
Magnus Hagander
<
[email protected]
>
Wed, 10 Jan 2024 12:30:10 +0000
(13:30 +0100)
committer
Magnus Hagander
<
[email protected]
>
Wed, 10 Jan 2024 12:30:10 +0000
(13:30 +0100)
Author: Michael Banck
Reviewed-By: Aleksander Alekseev, Michael Paquier, Peter Eisentraut
Discussion: https://postgr.es/m/
6530f954
.
170a0220
[email protected]
src/bin/pg_basebackup/pg_basebackup.c
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_basebackup/pg_basebackup.c
b/src/bin/pg_basebackup/pg_basebackup.c
index b734cce5d418c0a61fd0fda055c7a42606666505..e906d5185c185728d579deb4113128bbb4b6691a 100644
(file)
--- a/
src/bin/pg_basebackup/pg_basebackup.c
+++ b/
src/bin/pg_basebackup/pg_basebackup.c
@@
-415,7
+415,7
@@
usage(void)
printf(_(" -Z, --compress=none do not compress tar output\n"));
printf(_("\nGeneral options:\n"));
printf(_(" -c, --checkpoint=fast|spread\n"
- " set fast or spread checkpointing\n"));
+ " set fast or spread
(default)
checkpointing\n"));
printf(_(" -C, --create-slot create replication slot\n"));
printf(_(" -l, --label=LABEL set backup label\n"));
printf(_(" -n, --no-clean do not clean up after errors\n"));