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 e3267b6 commit b9a87e5Copy full SHA for b9a87e5
src/pl/plpgsql/src/pl_exec.c
@@ -3,7 +3,7 @@
3
* procedural language
4
*
5
* IDENTIFICATION
6
- * $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 $
7
8
* This software is copyrighted by Jan Wieck - Hamburg.
9
@@ -702,7 +702,7 @@ plpgsql_exec_error_callback(void *arg)
702
*/
703
errcontext("PL/pgSQL function \"%s\" %s",
704
estate->err_func->fn_name,
705
- _(estate->err_text));
+ estate->err_text);
706
}
707
else
708
errcontext("PL/pgSQL function \"%s\"",
0 commit comments