pgsql: Fix a few places that were non-multibyte-safe in tsearch

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix a few places that were non-multibyte-safe in tsearch
Дата
Msg-id 20080619165231.79305754595@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix a few places that were non-multibyte-safe in tsearch configuration file
parsing.  Per bug #4253 from Giorgio Valoti.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
    pgsql/src/backend/tsearch:
        spell.c (r1.11.2.1 -> r1.11.2.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/spell.c?r1=1.11.2.1&r2=1.11.2.2)
        ts_utils.c (r1.9.2.1 -> r1.9.2.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/ts_utils.c?r1=1.9.2.1&r2=1.9.2.2)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix a few places that were non-multibyte-safe in tsearch
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Rewrite the sinval messaging mechanism to reduce contention and