Content-Length: 255978 | pFad | http://github.com/postgrespro/postgres_cluster/commit/8b737f90843157706b8b5eb401b2aff08da77781

14 Fix printf format · postgrespro/postgres_cluster@8b737f9 · GitHub
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

Lines changed: 1 addition & 1 deletion
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/8b737f90843157706b8b5eb401b2aff08da77781

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy