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:
539b3dc
)
Add missing newline in error message
author
Magnus Hagander
<
[email protected]
>
Mon, 11 Jul 2016 11:53:17 +0000
(13:53 +0200)
committer
Magnus Hagander
<
[email protected]
>
Mon, 11 Jul 2016 11:54:25 +0000
(13:54 +0200)
contrib/pg_xlogdump/pg_xlogdump.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_xlogdump/pg_xlogdump.c
b/contrib/pg_xlogdump/pg_xlogdump.c
index 666c3409feb68134d476f3c2eb40633ad58f643e..11fd7130552e8fb98636afec8bdfaf089fb0b27a 100644
(file)
--- a/
contrib/pg_xlogdump/pg_xlogdump.c
+++ b/
contrib/pg_xlogdump/pg_xlogdump.c
@@
-559,7
+559,7
@@
main(int argc, char **argv)
if (!verify_directory(private.inpath))
{
fprintf(stderr,
- "%s: path \"%s\" cannot be opened: %s",
+ "%s: path \"%s\" cannot be opened: %s
\n
",
progname, private.inpath, strerror(errno));
goto bad_argument;
}