pgsql: doc: Move synchronized_standby_slots to "Primary Server" section - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: doc: Move synchronized_standby_slots to "Primary Server" section
Date
Msg-id E1vo9uq-001N3y-19@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Move synchronized_standby_slots to "Primary Server" section.

synchronized_standby_slots is defined in guc_parameter.dat as part of
the REPLICATION_PRIMARY group and is listed under the "Primary Server"
section in postgresql.conf.sample. However, in the documentation
its description was previously placed under the "Sending Servers" section.

Since synchronized_standby_slots only takes effect on the primary server,
this commit moves its documentation to the "Primary Server" section to
match its behavior and other references.

Backpatch to v17 where synchronized_standby_slots was added.

Author: Fujii Masao <masao.fujii@gmail.com>
Reviewed-by: Shinya Kato <shinya11.kato@gmail.com>
Discussion: https://postgr.es/m/CAHGQGwE_LwgXgCrqd08OFteJqdERiF3noqOKu2vt7Kjk4vMiGg@mail.gmail.com
Backpatch-through: 17

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/441de639ee2360016be388350abff3afcea76b7a

Modified Files
--------------
doc/src/sgml/config.sgml | 78 ++++++++++++++++++++++++------------------------
1 file changed, 39 insertions(+), 39 deletions(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: doc: Move synchronized_standby_slots to "Primary Server" section
Next
From: Fujii Masao
Date:
Subject: pgsql: doc: Move synchronized_standby_slots to "Primary Server" section