Re: Streaming Replication on win32

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Streaming Replication on win32
Дата
Msg-id 4B547F64.2080508@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Streaming Replication on win32  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: Streaming Replication on win32
Список pgsql-hackers
Magnus Hagander wrote:
> 2010/1/17 Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>:
>> We could replace the blocking PQexec() calls with PQsendQuery(), and use
>>  the emulated version of select() to wait.
> 
> Hmm. That would at least theoretically work, but aren't there still
> places we may end up blocking further down? Or are those ok?

There's also PQconnect that needs similar treatment (using
PQconnectStart/Poll()), but that's it.

--  Heikki Linnakangas EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Hot Standby and handling max_standby_delay
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Build farm tweaks