projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45c0c5f
)
Fix incorrect format placeholder
author
Peter Eisentraut
Fri, 23 Apr 2021 05:21:13 +0000
(07:21 +0200)
committer
Peter Eisentraut
Fri, 23 Apr 2021 05:21:13 +0000
(07:21 +0200)
src/backend/utils/misc/guc-file.l
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/misc/guc-file.l
b/src/backend/utils/misc/guc-file.l
index 9498bbea2f6dd00aebc2db1015a03bb7a2b08bb4..986ce542e372d50b6a4a92dbd5c372bee2dd52a8 100644
(file)
--- a/
src/backend/utils/misc/guc-file.l
+++ b/
src/backend/utils/misc/guc-file.l
@@
-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");