Skip to content
Snippets Groups Projects
Commit 8b737f90 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Fix printf format

parent 93c301fc
Branches
Tags
No related merge requests found
......@@ -459,7 +459,7 @@ tuple_data_split(PG_FUNCTION_ARGS)
if (t_bits_str)
ereport(ERROR,
(errcode(ERRCODE_DATA_CORRUPTED),
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",
strlen(t_bits_str))));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment