Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8b737f9

Browse files
committed
Fix printf format
1 parent 93c301f commit 8b737f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pageinspect/heapfuncs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ tuple_data_split(PG_FUNCTION_ARGS)
459459
if (t_bits_str)
460460
ereport(ERROR,
461461
(errcode(ERRCODE_DATA_CORRUPTED),
462-
errmsg("t_bits string is expected to be NULL, but instead it is %lu bytes length",
462+
errmsg("t_bits string is expected to be NULL, but instead it is %zu bytes length",
463463
strlen(t_bits_str))));
464464
}
465465

0 commit comments

Comments
 (0)