vcswatch reports that
this package seems to have a new changelog entry (version
1.2.0-1, distribution
unstable) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit a4acac04d125cae2eb8f2358dd196dbe029a813e
Author: Julien Rouhaud <julien.rouhaud@free.fr>
Date: Wed Mar 24 16:27:40 2021 +0800
Fix hash size estimation compatbility for PG11 and below.
Thanks to github user nikhil-postgres for the report.
While at it also fix a thinko in the size estimation which lead to greatly
overestimated hypothetical hash index sizes.
commit c93081f35e8949f96af8423d9d2121743c6c944d
Author: Julien Rouhaud <julien.rouhaud@free.fr>
Date: Sun Mar 7 14:38:42 2021 +0800
Add support for hypothetical hash indexes.
Only support such indexes for PostgreSQL 10+, as they were previously not crash
safe.
commit 49f5aff612cc43261bc0ade9d6d4b3ffadc08534
Author: Julien Rouhaud <julien.rouhaud@free.fr>
Date: Sun Feb 28 14:51:00 2021 +0800
Start working on 1.3.0.
commit 8eb71b0dda1ec4b8c42f7a15348ab7fcf8529f8a
Author: Julien Rouhaud <julien.rouhaud@free.fr>
Date: Sun Feb 28 17:02:49 2021 +0800
Make new regression tests for INCLUDE stable.
The regression tests included the oid of the hypothetical index. Since the
hypothetical Oid generator was introduced, the sequence of generated Oids is
somewhat stable for a given PostgreSQL major version, but is defenitely not
across multiple major versions.
(cherry picked from commit 203a0200464e7bbe55bc386eca6cb0c938bb48c1)