Fixed unexpected data beyond EOF error - fixes #29

This commit is contained in:
Andrew Kane
2022-07-31 20:48:15 -07:00
parent df3dc151d5
commit 51fe8aff02
3 changed files with 67 additions and 19 deletions

View File

@@ -1,3 +1,7 @@
## 0.2.7 (unreleased)
- Fixed `unexpected data beyond EOF` error
## 0.2.6 (2022-05-22)
- Improved performance of index creation for Postgres < 12