index 13f420d9adad6f359acd68896c16bc39ae009ed0..9366f45d7461a01d2445669cd0d83b923d509f50 100644 (file)
@@ -1476,7 +1476,7 @@ check_toasted_attribute(HeapCheckContext *ctx, ToastedAttribute *ta)
ta->toast_pointer.va_valueid));
else if (chunkno != (endchunk + 1))
report_toast_corruption(ctx, ta,
- psprintf("toast value %u was expected to end at chunk %u, but ended at chunk %u",
+ psprintf("toast value %u was expected to end at chunk %d, but ended at chunk %d",
ta->toast_pointer.va_valueid,
(endchunk + 1), chunkno));
}