pgsql: On Windows, call bind_textdomain_codeset on domains other than - Mailing list pgsql-committers

From alvherre@postgresql.org (Alvaro Herrera)
Subject pgsql: On Windows, call bind_textdomain_codeset on domains other than
Date
Msg-id 20090308160712.571B2755AA5@cvs.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: jbcooley@pgfoundry.org (User Jbcooley)
Date:
Subject: npgsql - Npgsql2: Updated scan to handle Table attribute for cases where
Next
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Add comments about kwlookup.c expectations