We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acee2f6 commit b06abb7Copy full SHA for b06abb7
src/pl/plpgsql/src/plpgsql.h
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $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 $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -33,6 +33,9 @@
33
#undef TEXTDOMAIN
34
#define TEXTDOMAIN PG_TEXTDOMAIN("plpgsql")
35
36
+#undef _
37
+#define _(x) dgettext(TEXTDOMAIN, x)
38
+
39
/* ----------
40
* Compiler's namestack item types
41
* ----------
0 commit comments