Closed Natureshadow closed 4 years ago
That's bizarre - the compression is clearly 10, which is in the required range. Can you investigate a bit? I don't have any i386 environment at hand, unfortunately.
I've realized I have a raspberry pi 4, which is in fact a 32-bit machine (although armv7l, not i386), and I've been able to reproduce the issue. Turns out it's caused by using incorrect printf format (%ld
) to read/print int64 variabled, instead of the INT64_FORMAT.
Should be fixed by 486ca8b2e41264944b2b6d825440170044bacf39.
@Natureshadow Can you test if this fixes the issue on i386 too?
Yep, that fixes it. Thanks for that learning possibility ;).
A new release would be great, so I can finalise uplaod to apt.postgresql.org and Debian main.
OK, marking as closed. I'll tag a new release in a couple days.
Hi,
the test suite fails on i386: