mirror of
https://github.com/postgres/postgres.git
synced 2025-05-09 18:21:05 +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 (edata->internalpos > 0 && edata->internalquery != NULL)
|
||||
appendJSONKeyValueFmt(&buf, "internal_position", false, "%u",
|
||||
appendJSONKeyValueFmt(&buf, "internal_position", false, "%d",
|
||||
edata->internalpos);
|
||||
|
||||
/* errcontext */
|
||||
|
Loading…
x
Reference in New Issue
Block a user