Rename standby_slot_names to synchronized_standby_slots.
Amit Kapila <akapila@postgresql.org>
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/ZnWeUgdHong93fQN@momjian.us
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +6 −6 |
| doc/src/sgml/func.sgml | modified | +2 −2 |
| doc/src/sgml/logicaldecoding.sgml | modified | +4 −4 |
| doc/src/sgml/logical-replication.sgml | modified | +1 −1 |
| doc/src/sgml/release-17.sgml | modified | +1 −1 |
| src/backend/replication/logical/slotsync.c | modified | +2 −2 |
| src/backend/replication/slot.c | modified | +60 −59 |
| src/backend/replication/walsender.c | modified | +2 −2 |
| src/backend/utils/misc/guc_tables.c | modified | +3 −3 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +2 −2 |
| src/include/replication/slot.h | modified | +2 −2 |
| src/include/replication/walsender_private.h | modified | +2 −2 |
| src/include/utils/guc_hooks.h | modified | +3 −3 |
| src/test/recovery/t/040_standby_failover_slots_sync.pl | modified | +25 −23 |
| src/tools/pgindent/typedefs.list | modified | +1 −1 |
Documentation touched
Discussion
- New standby_slot_names GUC in PG 17 31 messages · 2024-06-21 → 2024-07-02