Re: making write location work (was: Efficient transaction-controlled synchronous replication)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: making write location work (was: Efficient transaction-controlled synchronous replication)
Дата
Msg-id 29325.1300898681@sss.pgh.pa.us
обсуждение исходный текст
Ответ на making write location work (was: Efficient transaction-controlled synchronous replication)  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: making write location work (was: Efficient transaction-controlled synchronous replication)  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> Specifically, if we're not going to remove write location, then I
> think we need to apply something like the attached.

>              while (walrcv_receive(0, &type, &buf, &len))
>                  XLogWalRcvProcessMsg(type, buf, len);
> +            /* Let the master know that we received some data. */
> +            XLogWalRcvSendReply();

What if we didn't actually receive any new data?
        regards, tom lane


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: making write location work (was: Efficient transaction-controlled synchronous replication)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Comments on SQL/Med objects