aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-05-08 01:37:07 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-05-08 01:37:07 -0400
commit9eb7a0ac6b24804dcc90e42e533aa1b7b585d8e2 (patch)
treecbfce28d403995ff1703d50ce0342cd908daae78 /src/backend/access/transam/xlog.c
parent4768cc4565df3527293271e4ef6e90d8db4e106d (diff)
downloadpostgresql-9eb7a0ac6b24804dcc90e42e533aa1b7b585d8e2.tar.gz
postgresql-9eb7a0ac6b24804dcc90e42e533aa1b7b585d8e2.zip
Fix poorly-worded log message.
Euler Taveira
Diffstat (limited to 'src/backend/access/transam/xlog.c')
-rw-r--r--src/backend/access/transam/xlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index f9644db0c35..b473f1914e8 100644
--- a/src/backend/access/transam/xlog.c
+++ b/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)));