Fixed error with ANALYZE and vectors with different dimensions - fixes #451

This commit is contained in:
Andrew Kane
2024-02-02 10:47:48 -08:00
parent 3697043898
commit 2716a223a6
4 changed files with 93 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
## 0.6.1 (unreleased)
- Fixed error with `ANALYZE` and vectors with different dimensions
## 0.6.0 (2024-01-29)
If upgrading with Postgres 12 or Docker, see [these notes](https://github.com/pgvector/pgvector#060).