mirror of
https://github.com/postgres/postgres.git
synced 2025-05-11 05:41:32 +03:00
Fix incorrect format placeholders
This commit is contained in:
parent
a59746d311
commit
a038679cd8
@ -235,7 +235,7 @@ write_jsonlog(ErrorData *edata)
|
|||||||
|
|
||||||
/* if printed internal query, print internal pos too */
|
/* if printed internal query, print internal pos too */
|
||||||
if (edata->internalpos > 0 && edata->internalquery != NULL)
|
if (edata->internalpos > 0 && edata->internalquery != NULL)
|
||||||
appendJSONKeyValueFmt(&buf, "internal_position", false, "%u",
|
appendJSONKeyValueFmt(&buf, "internal_position", false, "%d",
|
||||||
edata->internalpos);
|
edata->internalpos);
|
||||||
|
|
||||||
/* errcontext */
|
/* errcontext */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user