tembo-io / pg_vectorize

The simplest way to build AI workloads on Postgres
https://tembo.io/pg_vectorize/
739 stars 33 forks source link

pg17 support #144

Closed ChuckHend closed 1 month ago

ChuckHend commented 1 month ago

Make pg_vectorize work with postgres 17. There will be a handful of steps to make this possible.

  1. update pgrx to >= v0.12.5
  2. add pg17 feature to Cargo.toml
  3. update CI to test on pg17
  4. update docker build to pg17