Re: Streaming replication status - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Streaming replication status
Date
Msg-id 4B4C838A.60501@dunslane.net
Whole thread Raw
In response to Re: Streaming replication status  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Streaming replication status  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers

Tom Lane wrote:
> Fujii Masao <masao.fujii@gmail.com> writes:
>   
>> I'm not sure whether poll(2) should be called for this purpose. But
>> poll(2) and select(2) seem to often come together in the existing code.
>> We should follow such custom?
>>     
>
> Yes.  poll() is usually more efficient, so it's preferred, but not all
> platforms have it.  (On the other side, I think Windows might have
> only poll and not select.)
>
>             
>   

No, other way around, I'm fairly sure.

cheers

andrew


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Typed tables
Next
From: Magnus Hagander
Date:
Subject: Re: Streaming replication status