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

Commit0bd65a3

Browse files
committed
Fix format modifier used in elog.
The previous commit6501400 changed the variable passed to elogfrom an int64 to a size_t variable, but neglected to change the modifierin the format string accordingly.Per failure on buildfarm member lapwing.
1 parent6501400 commit0bd65a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/utils/sort/tuplesort.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2911,7 +2911,7 @@ mergeruns(Tuplesortstate *state)
29112911
USEMEM(state,state->availMem);
29122912
#ifdefTRACE_SORT
29132913
if (trace_sort)
2914-
elog(LOG,"worker %d using"INT64_FORMAT" KB of memory for tape buffers",
2914+
elog(LOG,"worker %d using%zu KB of memory for tape buffers",
29152915
state->worker,state->tape_buffer_mem /1024);
29162916
#endif
29172917

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp