Peter Eisentraut 84ad68d645 pageinspect: Fix unaligned struct access in GIN functions
The raw page data that is passed into the functions will not be aligned
at 8-byte boundaries.  Casting that to a struct and accessing int64
fields will result in unaligned access.  On most platforms, you get away
with it, but it will result on a crash on pickier platforms such as ia64
and sparc64.
2016-11-04 10:05:37 -04:00
..
2016-11-01 14:02:16 -04:00
2016-05-02 10:07:49 +03:00
2016-01-02 13:33:40 -05:00
2016-10-26 11:10:13 +03:00
2016-11-01 14:02:16 -04:00