projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0abe78
)
Fix typo
author
Peter Eisentraut
Wed, 29 Apr 2020 08:13:25 +0000
(10:13 +0200)
committer
Peter Eisentraut
Wed, 29 Apr 2020 08:13:25 +0000
(10:13 +0200)
from
927474ce1a2
src/bin/pg_rewind/pg_rewind.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_rewind/pg_rewind.c
b/src/bin/pg_rewind/pg_rewind.c
index 633955f7be5d50440f5456d8f651538b937ce1f1..eb030aa474c7422e7f92da1b8c7fe4e250e84c3f 100644
(file)
--- a/
src/bin/pg_rewind/pg_rewind.c
+++ b/
src/bin/pg_rewind/pg_rewind.c
@@
-225,7
+225,7
@@
main(int argc, char **argv)
if (writerecoveryconf && connstr_source == NULL)
{
- pg_log_error("no source server information (--source-
-
server) specified for --write-recovery-conf");
+ pg_log_error("no source server information (--source-server) specified for --write-recovery-conf");
fprintf(stderr, _("Try \"%s --help\" for more information.\n"), progname);
exit(1);
}