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 20070322155825.43D969FB6E2@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.

Modified Files:
--------------
    pgsql/contrib/tsearch2/wordparser:
        parser.c (r1.12 -> r1.13)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/wordparser/parser.c.diff?r1=1.12&r2=1.13)

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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Remove tabs in SGML files.
Следующее
От: teodor@postgresql.org (Teodor Sigaev)
Дата:
Сообщение: pgsql: Fix parser bug on Windows with UTF8 encoding and C locale, the