pgsql: Revert pg_bind_textdomain_codeset to a existant-but-empty - Mailing list pgsql-committers

From alvherre@postgresql.org (Alvaro Herrera)
Subject pgsql: Revert pg_bind_textdomain_codeset to a existant-but-empty
Date
Msg-id 20090309000132.7185F755AA5@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Revert pg_bind_textdomain_codeset to a existant-but-empty function when
ENABLE_NLS is not defined, for better compatibility of the backend with
modules compiled the other way.

Per note from Tom after my previous commit.

Modified Files:
--------------
    pgsql/src/backend/utils/mb:
        mbutils.c (r1.81 -> r1.82)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb/mbutils.c?r1=1.81&r2=1.82)
    pgsql/src/include/mb:
        pg_wchar.h (r1.86 -> r1.87)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/mb/pg_wchar.h?r1=1.86&r2=1.87)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Fix MSVC build for new ways to pull in keywords.c and kwlookup.c.
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql: pg_bind_textdomain_codeset must exist only on ENABLE_NLS.