Re: remove wal_level archive

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: remove wal_level archive
Дата
Msg-id CAMsr+YEHX6zYaubWd6=XM9MiMWXTHpdezdrcwmn6gUS36QKwxA@mail.gmail.com
обсуждение исходный текст
Ответ на remove wal_level archive  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: remove wal_level archive
Re: remove wal_level archive
Re: remove wal_level archive
Список pgsql-hackers
On 1 September 2015 at 10:39, Peter Eisentraut <peter_e@gmx.net> wrote:
> So we've had several rounds of discussions about simplifying replication
> configuration in general and the wal_level setting in particular. [0][1]
>
> [snip]
>
> Bike-shedding:  In this patch, I removed "archive" and kept
> "hot_standby", because that's what the previous discussions suggested.
> Historically and semantically, it would be more correct the other way
> around.  On the other hand, keeping "hot_standby" would probably require
> fewer configuration files to be changed.  Or we could keep both, but
> that would be confusing (for users and in the code).

We need to keep both, IMO, with 'archive' as an obsolete synonym for
hot_standby.

Otherwise pg_upgrade will get grumpy, and so will users who migrate
their configurations.

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



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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Request: pg_cancel_backend variant that handles 'idle in transaction' sessions
Следующее
От: YuanyuanLiu
Дата:
Сообщение: Why not to use 'pg_ctl start -D ../data' to register posgtresql windows service