projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4768cc4
)
Fix poorly-worded log message.
author
Tom Lane
Sun, 8 May 2016 05:37:07 +0000
(
01:37
-0400)
committer
Tom Lane
Sun, 8 May 2016 05:37:07 +0000
(
01:37
-0400)
Euler Taveira
src/backend/access/transam/xlog.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/xlog.c
b/src/backend/access/transam/xlog.c
index f9644db0c35ceb1ca94a5cc355e77e4f86fe856a..b473f1914e85ea33f573921d3c87316bfc2e706e 100644
(file)
--- a/
src/backend/access/transam/xlog.c
+++ b/
src/backend/access/transam/xlog.c
@@
-6179,7
+6179,7
@@
StartupXLOG(void)
TABLESPACE_MAP, TABLESPACE_MAP_OLD)));
else
ereport(LOG,
- (errmsg("ignoring
\"%s\" file because no \"%s\" file
exists",
+ (errmsg("ignoring
file \"%s\" because no file \"%s\"
exists",
TABLESPACE_MAP, BACKUP_LABEL_FILE),
errdetail("Could not rename file \"%s\" to \"%s\": %m.",
TABLESPACE_MAP, TABLESPACE_MAP_OLD)));