Re: [HACKERS] [PostgreSQL 10] default of hot_standby should be "on"?

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: [HACKERS] [PostgreSQL 10] default of hot_standby should be "on"?
Дата
Msg-id CAMsr+YEw40zn3ThurGUgnCuiKMRySTtvekzqDetuGJwh-GvfFQ@mail.gmail.com
обсуждение исходный текст
Ответ на [HACKERS] [PostgreSQL 10] default of hot_standby should be "on"?  (Huong Dangminh <huo-dangminh@ys.jp.nec.com>)
Ответы Re: [HACKERS] [PostgreSQL 10] default of hot_standby should be "on"?
Список pgsql-hackers
On 26 April 2017 at 08:30, Huong Dangminh <huo-dangminh@ys.jp.nec.com> wrote:

> Default for hot_standby parameter should be "on" from PostgreSQL 10?
>
> In PostgreSQL 10, -w option is default for [pg_ctl start].
> So in order to start standby we have to setting hot_standby to "on" or
> start standby with -W option.

Yeah. That's a good reason to change it. I think at this point warm
standby is clearly the less-used secondary option and hot_standby
should be default.

-- Craig Ringer                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services



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

Предыдущее
От: Huong Dangminh
Дата:
Сообщение: [HACKERS] [PostgreSQL 10] default of hot_standby should be "on"?
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: [HACKERS] Separation walsender & normal backends