pgsql: Revert pg_bind_textdomain_codeset to a existant-but-empty

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert pg_bind_textdomain_codeset to a existant-but-empty
Date: 2009-03-09 00:01:32
Message-ID: 20090309000132.7185F755AA5@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2009-03-09 00:02:01 Re: pgsql: pg_bind_textdomain_codeset must exist only on ENABLE_NLS.
Previous Message Tom Lane 2009-03-08 20:11:52 Re: pgsql: pg_bind_textdomain_codeset must exist only on ENABLE_NLS.