Skip to content

Commit 33d48d9

Browse files
committed
Fix typo in error message: tgargv -> tg_argv
1 parent f51c9a6 commit 33d48d9

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
@@ -8,7 +8,7 @@
88
*
99
*
1010
* 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 $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -3975,7 +3975,7 @@ exec_eval_datum(PLpgSQL_execstate *estate,
39753975
if (expectedtypeid != InvalidOid && expectedtypeid != *typeid)
39763976
ereport(ERROR,
39773977
(errcode(ERRCODE_DATATYPE_MISMATCH),
3978-
errmsg("type of tgargv[%d] does not match that when preparing the plan",
3978+
errmsg("type of tg_argv[%d] does not match that when preparing the plan",
39793979
tgargno)));
39803980
break;
39813981
}

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