Обсуждение: pgsql: On Windows, call bind_textdomain_codeset on domains other than

Поиск
Список
Период
Сортировка

pgsql: On Windows, call bind_textdomain_codeset on domains other than

От
alvherre@postgresql.org (Alvaro Herrera)
Дата:
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)