Skip to content

Commit 9eb7a0a

Browse files
committed
Fix poorly-worded log message.
Euler Taveira
1 parent 4768cc4 commit 9eb7a0a

File tree

1 file changed

+1
-1
lines changed
  • src/backend/access/transam

1 file changed

+1
-1
lines changed

src/backend/access/transam/xlog.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6179,7 +6179,7 @@ StartupXLOG(void)
61796179
TABLESPACE_MAP, TABLESPACE_MAP_OLD)));
61806180
else
61816181
ereport(LOG,
6182-
(errmsg("ignoring \"%s\" file because no \"%s\" file exists",
6182+
(errmsg("ignoring file \"%s\" because no file \"%s\" exists",
61836183
TABLESPACE_MAP, BACKUP_LABEL_FILE),
61846184
errdetail("Could not rename file \"%s\" to \"%s\": %m.",
61856185
TABLESPACE_MAP, TABLESPACE_MAP_OLD)));

0 commit comments

Comments
 (0)