|
8 | 8 | * |
9 | 9 | * |
10 | 10 | * IDENTIFICATION |
11 | | - * $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_exec.c,v 1.243 2009/06/11 14:49:14 momjian Exp $ |
| 11 | + * $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_exec.c,v 1.244 2009/06/17 13:46:12 petere Exp $ |
12 | 12 | * |
13 | 13 | *------------------------------------------------------------------------- |
14 | 14 | */ |
@@ -3975,7 +3975,7 @@ exec_eval_datum(PLpgSQL_execstate *estate, |
3975 | 3975 | if (expectedtypeid!=InvalidOid&&expectedtypeid!=*typeid) |
3976 | 3976 | ereport(ERROR, |
3977 | 3977 | (errcode(ERRCODE_DATATYPE_MISMATCH), |
3978 | | -errmsg("type oftgargv[%d] does not match that when preparing the plan", |
| 3978 | +errmsg("type oftg_argv[%d] does not match that when preparing the plan", |
3979 | 3979 | tgargno))); |
3980 | 3980 | break; |
3981 | 3981 | } |
|