pgsql: Fix merge affixes for numeric ones

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix merge affixes for numeric ones
Date: 2016-03-11 16:52:24
Message-ID: E1aeQIa-0003gm-J0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2016-03-11 17:12:08 pgsql: Fix Windows build broken in 6943a946c7e5eb72d53c0ce71f08a81a1335
Previous Message Teodor Sigaev 2016-03-11 16:31:31 pgsql: Bump catalog version missed in 6943a946c7e5eb72d53c0ce71f08a81a1