mirror of
https://github.com/postgres/postgres.git
synced 2025-08-19 23:22:23 +03:00
Message improvements
This commit is contained in:
@@ -800,7 +800,7 @@ remove_symlink:
|
||||
/* Refuse to remove anything that's not a directory or symlink */
|
||||
ereport(redo ? LOG : ERROR,
|
||||
(ERRCODE_SYSTEM_ERROR,
|
||||
errmsg("not a directory or symbolic link: \"%s\"",
|
||||
errmsg("\"%s\" is not a directory or symbolic link",
|
||||
linkloc)));
|
||||
}
|
||||
|
||||
@@ -886,7 +886,7 @@ remove_tablespace_symlink(const char *linkloc)
|
||||
{
|
||||
/* Refuse to remove anything that's not a directory or symlink */
|
||||
ereport(ERROR,
|
||||
(errmsg("not a directory or symbolic link: \"%s\"",
|
||||
(errmsg("\"%s\" is not a directory or symbolic link",
|
||||
linkloc)));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user