Re: 10beta1/m68k: static assertion failed: "MAXALIGN too small to fit int32"
Heikki Linnakangas <hlinnaka@iki.fi>
From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Christoph Berg <myon@debian.org>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>,
Andres Freund <andres@anarazel.de>
Date: 2017-05-18T19:23:02Z
Lists: pgsql-hackers
On 05/18/2017 12:31 PM, Christoph Berg wrote: > Re: Heikki Linnakangas 2017-05-18 <e0bfad8e-ec5d-28ee-ebbc-4670d465b3cf@iki.fi> >> I'll commit that, barring objections. If you can verify that it fixes the >> problem before that, that'd be great, otherwise I guess we'll find out some >> time after the commit. > > Please go ahead, I don't think I have online access to a m68k machine. > (It got demoted to an unofficial port some time ago and the old Debian > porter machines got taken down). Ok, pushed, let's see if the port machine likes it. - Heikki
Commits
-
Make slab allocator work on platforms with MAXIMUM_ALIGNOF < sizeof(int).
- 94884e1c27cc 10.0 landed