mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-23 19:39:53 +08:00
Fix incorrect format placeholder
This commit is contained in:
parent
45c0c5f70e
commit
7776a23a4b
@ -311,7 +311,7 @@ ProcessConfigFileInternal(GucContext context, bool applySettings, int elevel)
|
||||
/* Invalid non-custom variable, so complain */
|
||||
ereport(elevel,
|
||||
(errcode(ERRCODE_UNDEFINED_OBJECT),
|
||||
errmsg("unrecognized configuration parameter \"%s\" in file \"%s\" line %u",
|
||||
errmsg("unrecognized configuration parameter \"%s\" in file \"%s\" line %d",
|
||||
item->name,
|
||||
item->filename, item->sourceline)));
|
||||
item->errmsg = pstrdup("unrecognized configuration parameter");
|
||||
|
Loading…
Reference in New Issue
Block a user