chore(deps): update dependency gburd/pg_fts to v1.1.4 #26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/gburd-pg_fts-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.1.3→1.1.4Release Notes
gburd/pg_fts (gburd/pg_fts)
v1.1.4Compare Source
Bug-fix release. No on-disk format change from 1.1.3; no REINDEX
required (
ALTER EXTENSION pg_fts UPDATE TO '1.1.4').high-vocabulary index. Two issues in the merge path, both exposed only at
scale (validated on a ~1.9M-doc / 40GB+ index):
changed at all while it ran (for example a concurrent flush appending a
segment). On a big index each merge takes minutes, so it could read a great
deal and never commit -- the reported "reads hundreds of GB, segment count
never drops" non-convergence. A merge now re-locates its inputs by content
and commits alongside concurrent flushes.
for its output while still reading the previous chain -- leading to a rare
crash (SIGBUS) on very large merges. Merges now write to freshly extended
pages during the merge loop and reclaim the freed space afterward.
These are memory/scale-path fixes only; the on-disk format is unchanged.
Configuration
📅 Schedule: (in timezone Europe/Paris)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.