projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdf7138
)
Add missing newline in message
author
Magnus Hagander
Thu, 15 Dec 2016 15:45:31 +0000
(16:45 +0100)
committer
Magnus Hagander
Thu, 15 Dec 2016 15:45:31 +0000
(16:45 +0100)
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 e2875df6334aae30cc54478e6e52e4ef62fb434d..f7ba9a95cf728ddebcb73921986c60488a9b6c4c 100644
(file)
--- a/
src/bin/pg_basebackup/pg_basebackup.c
+++ b/
src/bin/pg_basebackup/pg_basebackup.c
@@
-192,7
+192,7
@@
cleanup_directories_atexit(void)
if (made_tablespace_dirs || found_tablespace_dirs)
fprintf(stderr,
- _("%s: changes to tablespace directories will not be undone"),
+ _("%s: changes to tablespace directories will not be undone
\n
"),
progname);
}