Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita038679

Browse files
committed
Fix incorrect format placeholders
1 parenta59746d commita038679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/utils/error/jsonlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ write_jsonlog(ErrorData *edata)
235235

236236
/* if printed internal query, print internal pos too */
237237
if (edata->internalpos>0&&edata->internalquery!=NULL)
238-
appendJSONKeyValueFmt(&buf,"internal_position", false,"%u",
238+
appendJSONKeyValueFmt(&buf,"internal_position", false,"%d",
239239
edata->internalpos);
240240

241241
/* errcontext */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp