Commit 9eb7a0ac authored by Tom Lane's avatar Tom Lane

Fix poorly-worded log message.

Euler Taveira
parent 4768cc45
...@@ -6179,7 +6179,7 @@ StartupXLOG(void) ...@@ -6179,7 +6179,7 @@ StartupXLOG(void)
TABLESPACE_MAP, TABLESPACE_MAP_OLD))); TABLESPACE_MAP, TABLESPACE_MAP_OLD)));
else else
ereport(LOG, 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), TABLESPACE_MAP, BACKUP_LABEL_FILE),
errdetail("Could not rename file \"%s\" to \"%s\": %m.", errdetail("Could not rename file \"%s\" to \"%s\": %m.",
TABLESPACE_MAP, TABLESPACE_MAP_OLD))); TABLESPACE_MAP, TABLESPACE_MAP_OLD)));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment