forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit217919d

Amit Kapila
Raise a WARNING for max_slot_wal_keep_size in pg_createsubscriber.
During the pg_createsubscriber execution, it is possible that the requiredWAL is removed from the primary/publisher node due to'max_slot_wal_keep_size'.This patch raises a WARNING during the '--dry-run' mode if the'max_slot_wal_keep_size' is set to a non-default value on theprimary/publisher node.Author: Shubham Khanna <khannashubham1197@gmail.com>Reviewed-by: Peter Smith <smithpb2250@gmail.com>Reviewed-by: Hayato Kuroda <kuroda.hayato@fujitsu.com>Reviewed-by: Vignesh C <vignesh21@gmail.com>Discussion:https://postgr.es/m/CAHv8Rj+deqsQXOMa7Tck8CBQUbsua=+4AuMVQ2=MPM0f-ZHbjA@mail.gmail.com1 parent53d3daa commit217919d
File tree
2 files changed
+26
-1
lines changed- doc/src/sgml/ref
- src/bin/pg_basebackup
2 files changed
+26
-1
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
377 | 377 |
| |
378 | 378 |
| |
379 | 379 |
| |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
380 | 387 |
| |
381 | 388 |
| |
382 | 389 |
| |
|
Lines changed: 19 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
849 | 849 |
| |
850 | 850 |
| |
851 | 851 |
| |
| 852 | + | |
852 | 853 |
| |
853 | 854 |
| |
854 | 855 |
| |
| |||
872 | 873 |
| |
873 | 874 |
| |
874 | 875 |
| |
| 876 | + | |
875 | 877 |
| |
876 | 878 |
| |
877 | 879 |
| |
| |||
880 | 882 |
| |
881 | 883 |
| |
882 | 884 |
| |
883 |
| - | |
| 885 | + | |
| 886 | + | |
884 | 887 |
| |
885 | 888 |
| |
886 | 889 |
| |
| |||
895 | 898 |
| |
896 | 899 |
| |
897 | 900 |
| |
| 901 | + | |
898 | 902 |
| |
899 | 903 |
| |
900 | 904 |
| |
| |||
905 | 909 |
| |
906 | 910 |
| |
907 | 911 |
| |
| 912 | + | |
| 913 | + | |
908 | 914 |
| |
909 | 915 |
| |
910 | 916 |
| |
| |||
939 | 945 |
| |
940 | 946 |
| |
941 | 947 |
| |
| 948 | + | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
942 | 960 |
| |
943 | 961 |
| |
944 | 962 |
| |
|
0 commit comments
Comments
(0)