On Mon Oct 6 10:33:53 2025 +0000, Hans Leidekker wrote:
If you use sizeof(struct row_typedef) instead of hard coding 14 here you'll notice that the test will fail. It shows that the row structures should be packed.
Oops, thanks! I'll also use `sizeof` expressions instead of hard-coding the row-size for the structures we're testing.