You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Be conservative about alignment requirements of struct epoll_event.
Use MAXALIGN size/alignment to guarantee that later uses of memory arealigned correctly. E.g. epoll_event might need 8 byte alignment on someplatforms, but earlier allocations like WaitEventSet and WaitEvent mightnot sized to guarantee that when purely using sizeof().Found by myself while testing on an Sun Ultra 5 (Sparc IIi) with someeditorializing by Andres Freund.In passing fix a couple typos in the area