pgsql: Require bind_textdomain_codeset() not just gettext() to enable - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Require bind_textdomain_codeset() not just gettext() to enable
Date
Msg-id 20080527221819.64CC5754C54@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Require bind_textdomain_codeset() not just gettext() to enable NLS support.
GNU gettext before 0.10.36 does not have that function, and is generally too
incomplete to be usable.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/config:
        programs.m4 (r1.20 -> r1.20.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/config/programs.m4?r1=1.20&r2=1.20.2.1)
    pgsql:
        configure (r1.523.2.15 -> r1.523.2.16)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.523.2.15&r2=1.523.2.16)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Require bind_textdomain_codeset() not just gettext() to enable
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improve GRANT documentation to point out that UPDATE and DELETE