Fixed failed to add index item error with sparsevec - fixes #625

This commit is contained in:
Andrew Kane
2024-07-19 13:54:36 -07:00
parent 8772c8de68
commit 8c5a4bfb6c
3 changed files with 60 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
## 0.7.3 (unreleased)
- Fixed `failed to add index item` error with `sparsevec`
- Fixed compilation error with FreeBSD ARM
- Fixed compilation warning with MSVC and Postgres 16