Fix poorly-worded log message.
authorTom Lane
Sun, 8 May 2016 05:37:07 +0000 (01:37 -0400)
committerTom Lane
Sun, 8 May 2016 05:37:07 +0000 (01:37 -0400)
Euler Taveira

src/backend/access/transam/xlog.c

index f9644db0c35ceb1ca94a5cc355e77e4f86fe856a..b473f1914e85ea33f573921d3c87316bfc2e706e 100644 (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)));