2ndQuadrant / pglogical

Logical Replication extension for PostgreSQL 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
987 stars 153 forks source link

global variables prev_shmem_request_hook and prev_shmem_startup_hook missing prefix pglogical #439

Open okbob opened 1 year ago

okbob commented 1 year ago

I had to solve an collision of names between plpgsql_check and pglogical. In both projects was used an public variables prev_shmem_request_hook and prev_shmem_startup_hook - see https://github.com/okbob/plpgsql_check/issues/152