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

From Yorick Peterse
Subject [HACKERS] [PATCH] Document the order of changing certain settings when usinghot-standby servers
Date
Msg-id 63a9816d-9f3d-0ad3-c012-ae3dbcc789b9@gmail.com
Whole thread Raw
Responses Re: [HACKERS] [PATCH] Document the order of changing certainsettings when using hot-standby servers
List 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

Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [HACKERS] parallel explain analyze support not exercised
Next
From: Tomas Vondra
Date:
Subject: Re: [HACKERS] increasing the default WAL segment size