Fix poorly-worded log message.

Euler Taveira
pull/12/head^2
Tom Lane 10 years ago
parent 4768cc4565
commit 9eb7a0ac6b
  1. 2
      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)));

Loading…
Cancel
Save