Fixed segmentation fault with index creation when lists > 6500 - fixes #42

This commit is contained in:
Andrew Kane
2022-10-30 11:14:58 -07:00
parent 379a76098e
commit b3cad93f3a
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
## 0.3.1 (unreleased)
- Fixed segmentation fault with index creation when lists > 6500
## 0.3.0 (2022-10-15)
- Added support for Postgres 15