mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-09 08:10:09 +08:00
Fix printf format
This commit is contained in:
parent
93c301fc4f
commit
8b737f9084
@ -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))));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user