Commit 8579de3
committed
failover is not supported
There was an oversight in commit de737f7 that enables failover
option if the version is 17. An existing code checks if there is a
function named pg_create_logical_replication_slot with an argument
"failover". There wasn't such function in Postgres until 17 so it never
adds the "failover" option. Remove this test for Postgres.1 parent c3507a8 commit 8579de3
1 file changed
+3
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | 308 | | |
314 | 309 | | |
315 | 310 | | |
316 | | - | |
317 | 311 | | |
318 | 312 | | |
319 | 313 | | |
| |||
889 | 883 | | |
890 | 884 | | |
891 | 885 | | |
892 | | - | |
| 886 | + | |
893 | 887 | | |
894 | 888 | | |
895 | 889 | | |
896 | 890 | | |
897 | 891 | | |
898 | 892 | | |
899 | 893 | | |
| 894 | + | |
900 | 895 | | |
901 | 896 | | |
902 | 897 | | |
903 | 898 | | |
904 | 899 | | |
| 900 | + | |
905 | 901 | | |
906 | 902 | | |
907 | 903 | | |
| |||
0 commit comments