mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
Assorted message improvements
This commit is contained in:
@ -6834,7 +6834,7 @@ AlterSystemSetConfigFile(AlterSystemStmt *altersysstmt)
|
||||
if (rename(AutoConfTmpFileName, AutoConfFileName) < 0)
|
||||
ereport(ERROR,
|
||||
(errcode_for_file_access(),
|
||||
errmsg("could not rename file \"%s\" to \"%s\" : %m",
|
||||
errmsg("could not rename file \"%s\" to \"%s\": %m",
|
||||
AutoConfTmpFileName, AutoConfFileName)));
|
||||
}
|
||||
PG_CATCH();
|
||||
|
Reference in New Issue
Block a user