pgsql: Fix parser bug on Windows with UTF8 encoding and C locale, the

Поиск
Список
Период
Сортировка
От teodor@postgresql.org (Teodor Sigaev)
Тема pgsql: Fix parser bug on Windows with UTF8 encoding and C locale, the
Дата
Msg-id 20070322155909.68D6D9FB7E8@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix parser bug on Windows with UTF8 encoding and C locale, the reason was
sizeof(wchar_t) = 2 instead of 4.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/contrib/tsearch2/wordparser:
        parser.c (r1.11.2.1 -> r1.11.2.2)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/wordparser/parser.c.diff?r1=1.11.2.1&r2=1.11.2.2)

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

Предыдущее
От: teodor@postgresql.org (Teodor Sigaev)
Дата:
Сообщение: pgsql: Fix parser bug on Windows with UTF8 encoding and C locale, the
Следующее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Remove the currently unused FRONTEND case in dllist.c.