pgsql: Improve support of Hunspell - Mailing list pgsql-committers

From Teodor Sigaev
Subject pgsql: Improve support of Hunspell
Date
Msg-id E1agZ9G-0004fK-Dl@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve support of Hunspell

- allow to use non-ascii characters as affix flag. Non-numeric affix flags now
  are stored as string instead of numeric value of character.
- allow to use 0 as affix flag in numeric encoded affixes

That adds support for arabian, hungarian, turkish and
brazilian portuguese languages.

Author: Artur Zakirov with heavy editorization by me

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f4ceed6ceba31a72ed7a726fef05d211641f283c

Modified Files
--------------
src/backend/tsearch/spell.c       | 431 +++++++++++++++++++++++---------------
src/include/tsearch/dicts/spell.h |  44 +++-
2 files changed, 302 insertions(+), 173 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix typos.
Next
From: Tom Lane
Date:
Subject: Re: pgsql: GUC variable pg_trgm.similarity_threshold insead of set_limit()