Rename standby_slot_names to synchronized_standby_slots.
authorAmit Kapila <[email protected]>
Mon, 1 Jul 2024 06:06:56 +0000 (11:36 +0530)
committerAmit Kapila <[email protected]>
Mon, 1 Jul 2024 06:06:56 +0000 (11:36 +0530)
commit2357c9223b710c91b0f05cbc56bd435baeac961f
treeaa6c7bd96ebff42cab21978962dede203e82b61e
parent0c3930d0768943ad1dedb5a6ace250ce9b65915c
Rename standby_slot_names to synchronized_standby_slots.

The standby_slot_names GUC allows the specification of physical standby
slots that must be synchronized before the logical walsenders associated
with logical failover slots. However, for this purpose, the GUC name is
too generic.

Author: Hou Zhijie
Reviewed-by: Bertrand Drouvot, Masahiko Sawada
Backpatch-through: 17
Discussion: https://postgr.es/m/[email protected]
14 files changed:
doc/src/sgml/config.sgml
doc/src/sgml/func.sgml
doc/src/sgml/logical-replication.sgml
doc/src/sgml/logicaldecoding.sgml
src/backend/replication/logical/slotsync.c
src/backend/replication/slot.c
src/backend/replication/walsender.c
src/backend/utils/misc/guc_tables.c
src/backend/utils/misc/postgresql.conf.sample
src/include/replication/slot.h
src/include/replication/walsender_private.h
src/include/utils/guc_hooks.h
src/test/recovery/t/040_standby_failover_slots_sync.pl
src/tools/pgindent/typedefs.list