How should the waiting backends behave in sync rep?

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема How should the waiting backends behave in sync rep?
Дата
Msg-id AANLkTimfvNzJy490wp95vP1RLumkxEZBTWUjhA_Dd1QS@mail.gmail.com
обсуждение исходный текст
Ответы Re: How should the waiting backends behave in sync rep?  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Hi,

How should the backends waiting for replication behave when
synchrnous_standby_names
is set to '' and the configuration file is reloaded? Now they keep
waiting for the ACK from the
standby. But I think that it's more natural for them to get out of the
wait state and complete
the transaction in that case. If we'll change them in that way, we
would no longer need
something like "pg_ctl standalone" which I mentioned in another thread. Thought?

Regards,

-- 
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center


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

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: [DOCS] Sync rep doc corrections
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Theory of operation of collation patch