mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
My patch this morning was overly hasty; revert code to original state.
This commit is contained in:
parent
406a942820
commit
41994145d4
@ -3,7 +3,7 @@
|
|||||||
* procedural language
|
* procedural language
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $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 $
|
||||||
*
|
*
|
||||||
* This software is copyrighted by Jan Wieck - Hamburg.
|
* This software is copyrighted by Jan Wieck - Hamburg.
|
||||||
*
|
*
|
||||||
@ -702,7 +702,7 @@ plpgsql_exec_error_callback(void *arg)
|
|||||||
*/
|
*/
|
||||||
errcontext("PL/pgSQL function \"%s\" %s",
|
errcontext("PL/pgSQL function \"%s\" %s",
|
||||||
estate->err_func->fn_name,
|
estate->err_func->fn_name,
|
||||||
estate->err_text);
|
gettext(estate->err_text));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
errcontext("PL/pgSQL function \"%s\"",
|
errcontext("PL/pgSQL function \"%s\"",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user