Make slab allocator work on platforms with MAXIMUM_ALIGNOF < sizeof(int).
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Make slab allocator work on platforms with MAXIMUM_ALIGNOF < sizeof(int). Notably, m68k only needs 2-byte alignment. Per report from Christoph Berg. Discussion: https://www.postgresql.org/message-id/20170517193957.fwntkgi6epuso5l2@msg.df7cb.de
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/mmgr/slab.c | modified | +3 −3 |
Discussion
- 10beta1/m68k: static assertion failed: "MAXALIGN too small to fit int32" 6 messages · 2017-05-17 → 2017-07-17