Controlling hot standby

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Controlling hot standby
Дата
Msg-id 49798149.5030202@enterprisedb.com
обсуждение исходный текст
Ответы Re: Controlling hot standby  (Simon Riggs <simon@2ndQuadrant.com>)
Re: Controlling hot standby  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-hackers
As the patch stands, there's no way to disable hot standby. The server 
always opens for read-only connections as soon as it can. That might not 
be what you want.

I think we need a GUC to enable/disable hot standby. It would become 
handy if the unimaginable happens and there's a bug in the hot standby 
code that prevents a server from recovering.

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


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

Предыдущее
От: Koichi Suzuki
Дата:
Сообщение: Re: V4 of PITR performance improvement for 8.4
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Pluggable Indexes