[HACKERS] [PATCH] Document the order of changing certain settings when usinghot-standby servers

Поиск
Список
Период
Сортировка
От Yorick Peterse
Тема [HACKERS] [PATCH] Document the order of changing certain settings when usinghot-standby servers
Дата
Msg-id 63a9816d-9f3d-0ad3-c012-ae3dbcc789b9@gmail.com
обсуждение исходный текст
Ответы Re: [HACKERS] [PATCH] Document the order of changing certainsettings when using hot-standby servers
Список pgsql-hackers
The attached patch updates the hot-standby documentation (in the high
availability section) so it explicitly mentions that certain settings
need to be applied to servers in a particular order. For example, it
states that if you increase a certain setting (e.g. max_connections) you
need to do so on a primary first, before applying it to any secondaries.

Previously this was not explicitly mentioned and could lead to one
thinking they can just apply the setting to all servers in parallel,
resulting in standby servers refusing to start.

The exact phrasing currently used in the patch may be a bit rough, I'm
open to suggestions on how to best improve the writing.

The patch is based on the master branch and applies cleanly to it.

Yorick

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Вложения

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: [HACKERS] parallel explain analyze support not exercised
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: [HACKERS] increasing the default WAL segment size