mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix poorly-worded log message.
Euler Taveira
This commit is contained in:
@ -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)));
|
||||||
|
Reference in New Issue
Block a user