Skip to content

Commit 59da8d9

Browse files
committed
amcheck: Use correct format placeholder for TOAST chunk numbers
Several of these were already fixed in passing in 9acaf1a, but one was remaining inconsistent.
1 parent 344487e commit 59da8d9

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
else if (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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy