This reverts commit fb9e3d9f21. Fixes: #4154 Signed-off-by: Maksym Pavlenko <makpav@amazon.com>
fb9e3d9f21
full diff: https://github.com/etcd-io/bbolt/compare/v1.3.3...v1.3.4 - Fix unsafe pointer conversions caught by Go 1.14 checkptr - Fix unexpected delete bucket error: "delete bucket: incompatible value" - Add support for aix - Add go.mod - db.Path() resolves to db.file.Name() Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Relevant changes: - ectd-io/bbolt#139 update the freelist readIDs - etcd-io/bbolt#140 add getFreePageIDs - etcd-io/bbolt#141 use segregated hashmap to boost the freelist allocate and release performance Signed-off-by: Sebastiaan van Stijn <github@gone.nl>