Fix merge affixes for numeric ones
authorTeodor Sigaev <teodor@sigaev.ru>
Fri, 11 Mar 2016 16:47:50 +0000 (19:47 +0300)
committerTeodor Sigaev <teodor@sigaev.ru>
Fri, 11 Mar 2016 16:47:50 +0000 (19:47 +0300)
commit8829af47ef63d3c484f2e1f97a85a7a76b1baba6
treeca8768811198451f63d4bf2307db710a2792d442
parenta9eb6c83efd258bb7a658fefa0074e0e65efd673
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
src/backend/tsearch/spell.c