Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2015-10-29 00:23:53 +0000
committerPeter Eisentraut2015-10-29 00:38:36 +0000
commita8d585c0915939a42acdb529d8e0eb832935d45f (patch)
tree4181e9e00ec2cdd0ddd4f56a2c12e48e2f58b2f2 /src/backend/commands/tablespace.c
parentd45565162494c75eae91481eda17dc0c8ecab5db (diff)
Message style improvements
Message style, plurals, quoting, spelling, consistency with similar messages
Diffstat (limited to 'src/backend/commands/tablespace.c')
-rw-r--r--src/backend/commands/tablespace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/tablespace.c b/src/backend/commands/tablespace.c
index 7588b7ae264..18ae4ab10af 100644
--- a/src/backend/commands/tablespace.c
+++ b/src/backend/commands/tablespace.c
@@ -857,7 +857,7 @@ remove_tablespace_symlink(const char *linkloc)
return;
ereport(ERROR,
(errcode_for_file_access(),
- errmsg("could not stat \"%s\": %m", linkloc)));
+ errmsg("could not stat file \"%s\": %m", linkloc)));
}
if (S_ISDIR(st.st_mode))