pg_vectorize
pg_vectorize copied to clipboard
pg17 support
Make pg_vectorize work with postgres 17. There will be a handful of steps to make this possible.
- update pgrx to >= v0.12.5
- add pg17 feature to Cargo.toml
- update CI to test on pg17
- update docker build to pg17