Skip to content

Commit

Permalink
Problem: Citus 13 marked broken on Postgres 17
Browse files Browse the repository at this point in the history
This is, however, not true as Citus 13 supports Postgres 17

Solution: only mark versions below 13 as broken on Postgres 17
  • Loading branch information
yrashk committed Jan 24, 2025
1 parent a78c257 commit 508f592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/citus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ def dependencies

def broken?
# https://github.com/citusdata/citus/issues/7708
Pgpm::Postgres::Distribution.in_scope.major_version > 16
version < 13 && Pgpm::Postgres::Distribution.in_scope.major_version > 16
end
end

0 comments on commit 508f592

Please sign in to comment.