projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52b5c53
)
Fix missing newline at end of message
author
Peter Eisentraut
<peter@eisentraut.org>
Thu, 23 Jun 2022 20:40:52 +0000
(22:40 +0200)
committer
Peter Eisentraut
<peter@eisentraut.org>
Thu, 23 Jun 2022 20:53:24 +0000
(22:53 +0200)
src/bin/pg_upgrade/util.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_upgrade/util.c
b/src/bin/pg_upgrade/util.c
index f25e14c321472629ed6e31d87f7a032e87a32a94..d0c4bd10f70b3dcffcf84e57d73ef817bb80268b 100644
(file)
--- a/
src/bin/pg_upgrade/util.c
+++ b/
src/bin/pg_upgrade/util.c
@@
-92,7
+92,7
@@
cleanup_output_dirs(void)
default:
/* different failure, just report it */
- pg_log(PG_WARNING, "could not access directory \"%s\": %m",
+ pg_log(PG_WARNING, "could not access directory \"%s\": %m
\n
",
log_opts.rootdir);
break;
}