Re: Streaming Replication patch for CommitFest 2009-09

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Streaming Replication patch for CommitFest 2009-09
Дата
Msg-id 4AAF7240.6050505@enterprisedb.com
обсуждение исходный текст
Ответ на Streaming Replication patch for CommitFest 2009-09  (Fujii Masao <masao.fujii@gmail.com>)
Ответы Re: Streaming Replication patch for CommitFest 2009-09  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
After playing with this a little bit, I think we need logic in the slave
to reconnect to the master if the connection is broken for some reason,
or can't be established in the first place. At the moment, that is
considered as the end of recovery, and the slave starts up. You have the
trigger file mechanism to stop that, but it only gives you a chance to
manually kill and restart the slave before it chooses a new timeline and
starts up, it doesn't reconnect automatically.

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


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: FDW-based dblink (WIP)
Следующее
От: Nicolas Barbier
Дата:
Сообщение: Re: clang's static checker report.