Re: [HACKERS] Removing select(2) based latch (was Unportableimplementation of background worker start)

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: [HACKERS] Removing select(2) based latch (was Unportableimplementation of background worker start)
Дата
Msg-id 20170423231307.u4krbooolkwaowzu@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: [HACKERS] Removing select(2) based latch (was Unportable implementation of background worker start)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: [HACKERS] valgrind error in subscription code
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [HACKERS] StandbyRecoverPreparedTransactions recovers subtranslinks incorrectly