pgsql: Un-break plpgsql build by removing unwanted _() usage. - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Un-break plpgsql build by removing unwanted _() usage.
Date
Msg-id 20050223162308.64BFE8B9C8C@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Un-break plpgsql build by removing unwanted _() usage.
This would be a completely inappropriate place to apply localization
anyway.

Modified Files:
--------------
    pgsql/src/pl/plpgsql/src:
        pl_exec.c (r1.130 -> r1.131)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/pl_exec.c.diff?r1=1.130&r2=1.131)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Properly undef _(x) gettext macro.
Next
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: This patch optimizes the md5_text() function (which is used to