Thread: pgsql: Fix merge affixes for numeric ones

pgsql: Fix merge affixes for numeric ones

From
Teodor Sigaev
Date:
Fix merge affixes for numeric ones

Some dictionaries have duplicated base words with different affix set, we
just merge that sets into one set. But previously merging of sets of affixes
was actually a concatenation of strings but it's wrong for numeric
representation of affixes because such representation uses comma to
separate affixes.

Author: Artur Zakirov

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8829af47ef63d3c484f2e1f97a85a7a76b1baba6

Modified Files
--------------
src/backend/tsearch/spell.c | 24 ++++++++++++++++++++----
1 file changed, 20 insertions(+), 4 deletions(-)