projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93c301f
)
Fix printf format
author
Peter Eisentraut
<peter_e@gmx.net>
Fri, 8 Apr 2016 16:31:44 +0000
(12:31 -0400)
committer
Peter Eisentraut
<peter_e@gmx.net>
Fri, 8 Apr 2016 16:34:33 +0000
(12:34 -0400)
contrib/pageinspect/heapfuncs.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pageinspect/heapfuncs.c
b/contrib/pageinspect/heapfuncs.c
index c30ed407be6e14bd33ad6d0c5eb45bf108003477..38eb9783a544ac6c418c0aad791c131ccd8e7def 100644
(file)
--- a/
contrib/pageinspect/heapfuncs.c
+++ b/
contrib/pageinspect/heapfuncs.c
@@
-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 %
l
u bytes length",
+ errmsg("t_bits string is expected to be NULL, but instead it is %
z
u bytes length",
strlen(t_bits_str))));
}