Re: Removing select(2) based latch (was Unportable implementation of background worker start)
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>, pgsql-hackers@postgresql.org
Date: 2017-04-23T23:13:08Z
Lists: pgsql-hackers
Hi, On 2017-04-20 17:27:42 -0400, Tom Lane wrote: > In short: yeah, let's nuke the WAIT_USE_SELECT implementation. > It's dead code and it's unlikely to get resurrected. Done. > BTW, noting that SUSv2 specifies <poll.h> not <sys/poll.h>, I wonder > whether we couldn't drop configure's test for the latter along with > the > > #ifdef HAVE_SYS_POLL_H > #include <sys/poll.h> > #endif > > stanzas we have in a couple of places. But that's a separate issue. Done, too, in a separate commit. - Andres
Commits
-
Don't include sys/poll.h anymore.
- b182a4ae2f9a 10.0 landed
-
Remove select(2) backed latch implementation.
- 61c21ddad03d 10.0 landed