We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c301f commit 8b737f9Copy full SHA for 8b737f9
contrib/pageinspect/heapfuncs.c
@@ -459,7 +459,7 @@ tuple_data_split(PG_FUNCTION_ARGS)
459
if (t_bits_str)
460
ereport(ERROR,
461
(errcode(ERRCODE_DATA_CORRUPTED),
462
- errmsg("t_bits string is expected to be NULL, but instead it is %lu bytes length",
+ errmsg("t_bits string is expected to be NULL, but instead it is %zu bytes length",
463
strlen(t_bits_str))));
464
}
465
0 commit comments