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 406a942 commit 4199414Copy full SHA for 4199414
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.131 2005/02/23 16:23:07 tgl Exp $
+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_exec.c,v 1.132 2005/02/24 01:11:40 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);
+ gettext(estate->err_text));
706
}
707
else
708
errcontext("PL/pgSQL function \"%s\"",
0 commit comments