text domain, instead of the postgres one (or whatever the default may be).
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/pl/plpgsql/src/plpgsql.h,v 1.108 2009/01/07 13:44:37 tgl Exp $
+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/plpgsql.h,v 1.109 2009/02/17 11:34:34 petere Exp $
*
*-------------------------------------------------------------------------
*/
#undef TEXTDOMAIN
#define TEXTDOMAIN PG_TEXTDOMAIN("plpgsql")
+#undef _
+#define _(x) dgettext(TEXTDOMAIN, x)
+
/* ----------
* Compiler's namestack item types
* ----------