Commit 0f934b0
Amit Kapila
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.us1 parent 55c309f commit 0f934b0
File tree
15 files changed
+116
-113
lines changed- doc/src/sgml
- src
- backend
- replication
- logical
- utils/misc
- include
- replication
- utils
- test/recovery/t
- tools/pgindent
15 files changed
+116
-113
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4569 | 4569 | | |
4570 | 4570 | | |
4571 | 4571 | | |
4572 | | - | |
4573 | | - | |
| 4572 | + | |
| 4573 | + | |
4574 | 4574 | | |
4575 | | - | |
| 4575 | + | |
4576 | 4576 | | |
4577 | 4577 | | |
4578 | 4578 | | |
| |||
4587 | 4587 | | |
4588 | 4588 | | |
4589 | 4589 | | |
4590 | | - | |
| 4590 | + | |
4591 | 4591 | | |
4592 | 4592 | | |
4593 | 4593 | | |
| |||
4596 | 4596 | | |
4597 | 4597 | | |
4598 | 4598 | | |
4599 | | - | |
| 4599 | + | |
4600 | 4600 | | |
4601 | 4601 | | |
4602 | 4602 | | |
4603 | 4603 | | |
4604 | | - | |
| 4604 | + | |
4605 | 4605 | | |
4606 | 4606 | | |
4607 | 4607 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29057 | 29057 | | |
29058 | 29058 | | |
29059 | 29059 | | |
29060 | | - | |
| 29060 | + | |
29061 | 29061 | | |
29062 | 29062 | | |
29063 | 29063 | | |
| |||
29137 | 29137 | | |
29138 | 29138 | | |
29139 | 29139 | | |
29140 | | - | |
| 29140 | + | |
29141 | 29141 | | |
29142 | 29142 | | |
29143 | 29143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
713 | 713 | | |
714 | 714 | | |
715 | 715 | | |
716 | | - | |
| 716 | + | |
717 | 717 | | |
718 | 718 | | |
719 | 719 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
388 | | - | |
| 388 | + | |
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
394 | | - | |
| 393 | + | |
| 394 | + | |
395 | 395 | | |
396 | 396 | | |
397 | | - | |
| 397 | + | |
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1350 | 1350 | | |
1351 | 1351 | | |
1352 | 1352 | | |
1353 | | - | |
| 1353 | + | |
1354 | 1354 | | |
1355 | 1355 | | |
1356 | 1356 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
620 | 620 | | |
621 | 621 | | |
622 | 622 | | |
623 | | - | |
624 | | - | |
| 623 | + | |
| 624 | + | |
625 | 625 | | |
626 | 626 | | |
627 | 627 | | |
| |||
0 commit comments