projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c07a205
)
Fix typo in error message: tgargv -> tg_argv
author
Peter Eisentraut
<
[email protected]
>
Wed, 17 Jun 2009 13:46:12 +0000
(13:46 +0000)
committer
Peter Eisentraut
<
[email protected]
>
Wed, 17 Jun 2009 13:46:12 +0000
(13:46 +0000)
src/pl/plpgsql/src/pl_exec.c
patch
|
blob
|
blame
|
history
diff --git
a/src/pl/plpgsql/src/pl_exec.c
b/src/pl/plpgsql/src/pl_exec.c
index 3af3aeebb8d7764f1e20749c5a33bd851f9dfa53..6158d122c0a761fcabd03fd89c48eb95e0aaaced 100644
(file)
--- a/
src/pl/plpgsql/src/pl_exec.c
+++ b/
src/pl/plpgsql/src/pl_exec.c
@@
-3975,7
+3975,7
@@
exec_eval_datum(PLpgSQL_execstate *estate,
if (expectedtypeid != InvalidOid && expectedtypeid != *typeid)
ereport(ERROR,
(errcode(ERRCODE_DATATYPE_MISMATCH),
- errmsg("type of tgargv[%d] does not match that when preparing the plan",
+ errmsg("type of tg
_
argv[%d] does not match that when preparing the plan",
tgargno)));
break;
}