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

Remove files left from a previous build #353

Closed eulerto closed 2 years ago

eulerto commented 3 years ago

If you are using the same source code to build with multiple Postgres versions, a previous build (that didn't execute 'make clean') could possibly left an object file and LLVM bitcode file.

This commit is similar to bfa50453d65a1ee63406dc2e87b629e400391648. It handles files created by a v14 build.