Fix bogus affix-merging code.
Tom Lane <tgl@sss.pgh.pa.us>
Fix bogus affix-merging code. NISortAffixes() compared successive compound affixes incorrectly, thus possibly failing to merge identical affixes, or (less likely) merging ones that shouldn't be merged. The user-visible effects of this are unclear, to me anyway. Per bug #15150 from Alexander Lakhin. It's been broken for a long time, so back-patch to all supported branches. Arthur Zakirov Discussion: https://postgr.es/m/152353327780.31225.13445405496721177988@wrigleys.postgresql.org
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/tsearch/spell.c | modified | +4 −2 |
Discussion
- BUG #15150: Reading uninitialised value in NISortAffixes (tsearch/spell.c) 6 messages · 2018-04-12 → 2018-04-13