Skip to content

Commit

Permalink
Add pgvectorscale 0.4.0
Browse files Browse the repository at this point in the history
It supports more pg versions: 13, 14, and 17!
  • Loading branch information
graveland committed Oct 16, 2024
1 parent ad9978d commit 423e802
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions build_scripts/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,6 @@ pgvectorscale:
0.3.0:
pg-min: 15
pg-max: 16
0.4.0:
pg-min: 13
pg-max: 17
3 changes: 1 addition & 2 deletions cicd/shared.sh
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,7 @@ check_pgvectorscale() {
fi
done


if [[ "$found" = false && "$pg" -gt 14 ]]; then error "no pgvectorscale versions found for pg$pg"; fi
if [[ "$found" = false && "$pg" -ge 13 && "$pg" -le 17 ]]; 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 423e802

Please sign in to comment.