projects
/
users
/
heikki
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e208b51
)
add missing newline
author
Alvaro Herrera
<
[email protected]
>
Mon, 15 Dec 2014 19:49:41 +0000
(16:49 -0300)
committer
Alvaro Herrera
<
[email protected]
>
Mon, 15 Dec 2014 19:49:41 +0000
(16:49 -0300)
src/bin/pg_basebackup/pg_basebackup.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_basebackup/pg_basebackup.c
b/src/bin/pg_basebackup/pg_basebackup.c
index 0a336143466b77d2b0bf62f9c437277acfe2526d..1ad2bd26cb47a4b9ef55e6ad44cb2359c2867fbc 100644
(file)
--- a/
src/bin/pg_basebackup/pg_basebackup.c
+++ b/
src/bin/pg_basebackup/pg_basebackup.c
@@
-2223,7
+2223,7
@@
main(int argc, char **argv)
exit(1);
}
#else
- fprintf(stderr, _("%s: symlinks are not supported on this platform"));
+ fprintf(stderr, _("%s: symlinks are not supported on this platform
\n
"));
exit(1);
#endif
free(linkloc);