Skip to content

Commit

Permalink
No pgvectorscale yet
Browse files Browse the repository at this point in the history
  • Loading branch information
graveland committed Oct 14, 2024
1 parent c0dd015 commit ba9f6ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cicd/shared.sh
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ check_pgvectorscale() {
fi
done


if [[ "$found" = false && "$pg" -gt 14 ]]; then error "no pgvectorscale versions found for pg$pg"; fi
# TODO: needs updating when a pgvectorscale with pg17 is released
if [[ "$found" = false && "$pg" -gt 14 && "$pg" -le 16 ]]; then error "no pgvectorscale versions found for pg$pg"; fi
}

# this checks for other extensions that should always exist
Expand Down

0 comments on commit ba9f6ef

Please sign in to comment.