Skip to content

Commit 7776a23

Browse files
committed
Fix incorrect format placeholder
1 parent 45c0c5f commit 7776a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/misc/guc-file.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ ProcessConfigFileInternal(GucContext context, bool applySettings, int elevel)
311311
/* Invalid non-custom variable, so complain */
312312
ereport(elevel,
313313
(errcode(ERRCODE_UNDEFINED_OBJECT),
314-
errmsg("unrecognized configuration parameter \"%s\" in file \"%s\" line %u",
314+
errmsg("unrecognized configuration parameter \"%s\" in file \"%s\" line %d",
315315
item->name,
316316
item->filename, item->sourceline)));
317317
item->errmsg = pstrdup("unrecognized configuration parameter");

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy