OSDN Git Service

Un-break plpgsql build by removing unwanted _() usage.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 23 Feb 2005 16:23:07 +0000 (16:23 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 23 Feb 2005 16:23:07 +0000 (16:23 +0000)
This would be a completely inappropriate place to apply localization
anyway.

src/pl/plpgsql/src/pl_exec.c

index b9917db..f49ad0a 100644 (file)
@@ -3,7 +3,7 @@
  *                       procedural language
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_exec.c,v 1.130 2005/02/22 07:18:24 neilc Exp $
+ *       $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_exec.c,v 1.131 2005/02/23 16:23:07 tgl Exp $
  *
  *       This software is copyrighted by Jan Wieck - Hamburg.
  *
@@ -702,7 +702,7 @@ plpgsql_exec_error_callback(void *arg)
                 */
                errcontext("PL/pgSQL function \"%s\" %s",
                                   estate->err_func->fn_name,
-                                  _(estate->err_text));
+                                  estate->err_text);
        }
        else
                errcontext("PL/pgSQL function \"%s\"",