You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pglogical_create_subscriber: Fix for PostgreSQL 12
Instead of writing to recovery.conf, append to postgresql.auto.conf.
This follows the same logic as pg_basebackup -R.
Modify tests for Postgres-XL subscriber
Create default pglogical extension.
Version 2.0.0 no more has a direct extension sql file, so some tests were failing. Fixed those.
Better way of ignoring pglogical internal objects in dependency checks
Those should be handled by postgres, not by pglogical, but the filtering
code required pglogical.depend table to be present. That table is not
present in case of extension upgrades. New code just checks relation
schema and compares it to pglogical one.