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
Allocate static pages in memory strictly MAXALIGNed to avoid overflow
due to adding padding bytes by Postgres data access alignment macros.
This was the source of rare but dangerous segfault on 32-bit FreeBSD
but no system was safe as static alignment is completely
system/compiler free choice.
This problem was hidden by the added completely unrelated variable
trace_sort way before the relevant part of the code. It just shifted
the alignment of all variables with bigger address values to
acceptable but haven't solved the problem at large.
0 commit comments