hapostgres / pg_auto_failover

Postgres extension and service for automated failover and high-availability
Other
1.1k stars 115 forks source link

Fix Dockerfile compat for Citus before 11. #946

Closed DimCitus closed 1 year ago

DimCitus commented 1 year ago

The citus_columnar.so file is only produced starting at Citus 11, not before that. To be compatible with previous versions if Citus, use a wildcard in the filenames in the Dockerfile COPY command.