Fixed index creation exceeding maintenance_work_mem and fixed error when lists > 1600

This commit is contained in:
Andrew Kane
2022-02-11 03:10:19 -08:00
parent 0094b70a36
commit cab103a2e7
2 changed files with 14 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
## 0.2.5 (unreleased)
- Reduced memory usage during index creation
- Fixed index creation exceeding `maintenance_work_mem`
- Fixed error when lists > 1600
## 0.2.4 (2022-02-06)