mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Message style improvements
Message style, plurals, quoting, spelling, consistency with similar messages
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user