Skip to content

Commit 4199414

Browse files
committed
My patch this morning was overly hasty; revert code to original state.
1 parent 406a942 commit 4199414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pl/plpgsql/src/pl_exec.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* procedural language
44
*
55
* IDENTIFICATION
6-
* $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_exec.c,v 1.131 2005/02/23 16:23:07 tgl Exp $
6+
* $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_exec.c,v 1.132 2005/02/24 01:11:40 tgl Exp $
77
*
88
* This software is copyrighted by Jan Wieck - Hamburg.
99
*
@@ -702,7 +702,7 @@ plpgsql_exec_error_callback(void *arg)
702702
*/
703703
errcontext("PL/pgSQL function \"%s\" %s",
704704
estate->err_func->fn_name,
705-
estate->err_text);
705+
gettext(estate->err_text));
706706
}
707707
else
708708
errcontext("PL/pgSQL function \"%s\"",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy