pgsql: On Windows, call bind_textdomain_codeset on domains other than

Поиск
Список
Период
Сортировка
От alvherre@postgresql.org (Alvaro Herrera)
Тема pgsql: On Windows, call bind_textdomain_codeset on domains other than
Дата
Msg-id 20090308160712.571B2755AA5@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
On Windows, call bind_textdomain_codeset on domains other than the default one,
too, so that the codeset is properly mapped on the newly added PL domains.

Modified Files:
--------------
    pgsql/src/backend/utils/init:
        miscinit.c (r1.172 -> r1.173)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/init/miscinit.c?r1=1.172&r2=1.173)
    pgsql/src/backend/utils/mb:
        mbutils.c (r1.79 -> r1.80)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb/mbutils.c?r1=1.79&r2=1.80)
    pgsql/src/include/mb:
        pg_wchar.h (r1.84 -> r1.85)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/mb/pg_wchar.h?r1=1.84&r2=1.85)

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

Предыдущее
От: jbcooley@pgfoundry.org (User Jbcooley)
Дата:
Сообщение: npgsql - Npgsql2: Updated scan to handle Table attribute for cases where
Следующее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Add comments about kwlookup.c expectations