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

Commit59da8d9

Browse files
committed
amcheck: Use correct format placeholder for TOAST chunk numbers
Several of these were already fixed in passing in9acaf1a, but one was remaininginconsistent.
1 parent344487e commit59da8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/amcheck/verify_heapam.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1476,7 +1476,7 @@ check_toasted_attribute(HeapCheckContext *ctx, ToastedAttribute *ta)
14761476
ta->toast_pointer.va_valueid));
14771477
elseif (chunkno!= (endchunk+1))
14781478
report_toast_corruption(ctx,ta,
1479-
psprintf("toast value %u was expected to end at chunk %u, but ended at chunk %u",
1479+
psprintf("toast value %u was expected to end at chunk %d, but ended at chunk %d",
14801480
ta->toast_pointer.va_valueid,
14811481
(endchunk+1),chunkno));
14821482
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp