pgsql: Fix merge affixes for numeric ones

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема pgsql: Fix merge affixes for numeric ones
Дата
Msg-id E1aeQIa-0003gm-J0@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: pgsql: Bump catalog version missed in 6943a946c7e5eb72d53c0ce71f08a81a1
Следующее
От: Teodor Sigaev
Дата:
Сообщение: pgsql: Fix Windows build broken in 6943a946c7e5eb72d53c0ce71f08a81a1335