Re: epoll_wait returning EFAULT on Linux 3.2.78 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: epoll_wait returning EFAULT on Linux 3.2.78
Date
Msg-id 26245.1464886976@sss.pgh.pa.us
Whole thread Raw
In response to Re: epoll_wait returning EFAULT on Linux 3.2.78  (Greg Stark <stark@mit.edu>)
List pgsql-hackers
Greg Stark <stark@mit.edu> writes:
> So FYI, it does look like Postgres built in 32-bit mode, at least
> pointers are 32 bits. But I think maxalign might still be enough due
> to doubles being 64 bits.

OK, let's just maxalign all the components of the WaitEventSet struct
and call it good, at least till we find out differently.  Andres,
do you want to do that?
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: pg9.6 segfault using simple query (related to use fk for join estimates)
Next
From: Andres Freund
Date:
Subject: Re: epoll_wait returning EFAULT on Linux 3.2.78