Fix poorly-worded log message.

Euler Taveira
This commit is contained in:
Tom Lane 2016-05-08 01:37:07 -04:00
parent 4768cc4565
commit 9eb7a0ac6b
1 changed files with 1 additions and 1 deletions

View File

@ -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)));