pgsql: Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW,

Поиск
Список
Период
Сортировка
От ishii@postgresql.org (Tatsuo Ishii)
Тема pgsql: Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW,
Дата
Msg-id 20070326115937.D6C8C9FA65C@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNAL
and GB18030. patches from ITAGAKI Takahiro.

Tags:
----
REL7_3_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/mb:
        wchar.c (r1.30.2.4 -> r1.30.2.5)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb/wchar.c.diff?r1=1.30.2.4&r2=1.30.2.5)

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

Предыдущее
От: ishii@postgresql.org (Tatsuo Ishii)
Дата:
Сообщение: pgsql: Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW,
Следующее
От: teodor@postgresql.org (Teodor Sigaev)
Дата:
Сообщение: pgsql: Fix stopword and synonym files parsing bug in MSVC build, per