2ndQuadrant / pglogical

Logical Replication extension for PostgreSQL 17, 16, 15, 14, 13, 12, 11, 10, 9.6, 9.5, 9.4 (Postgres), providing much faster replication than Slony, Bucardo or Londiste, as well as cross-version upgrades.
http://2ndquadrant.com/en/resources/pglogical/
Other
1.02k stars 154 forks source link

failover is not supported #488

Closed eulerto closed 1 month ago

eulerto commented 1 month ago

There was an oversight in commit de737f787e7 that enables failover option if the version is 17. An existing code checks if there is a function named pg_create_logical_replication_slotwith an argument "failover". There wasn't such function in Postgres until 17 so it never adds the failover option. Remove this test for Postgres.