Rename standby_slot_names to synchronized_standby_slots.
authorAmit Kapila
Mon, 1 Jul 2024 05:32:04 +0000 (11:02 +0530)
committerAmit Kapila
Mon, 1 Jul 2024 06:03:55 +0000 (11:33 +0530)
commit0f934b0739ad28e8e20d8ad22ca80538544ce28a
tree56ac62b89bbb4ed23dc169fe7bf5cc347f1d25c7
parent55c309fc5b08c39f9d27b2a2fa098fde69368b58
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]
15 files changed:
doc/src/sgml/config.sgml
doc/src/sgml/func.sgml
doc/src/sgml/logical-replication.sgml
doc/src/sgml/logicaldecoding.sgml
doc/src/sgml/release-17.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