We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d5df15 commit aafe86dCopy full SHA for aafe86d
src/backend/executor/nodeSubplan.c
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1994, Regents of the University of California
8
*
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/executor/nodeSubplan.c,v 1.22 2000/03/09 05:15:33 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/nodeSubplan.c,v 1.23 2000/03/21 04:20:45 tgl Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -336,7 +336,7 @@ ExecSetParamPlan(SubPlan *node)
336
if (found &&
337
(sublink->subLinkType == EXPR_SUBLINK ||
338
sublink->subLinkType == MULTIEXPR_SUBLINK))
339
- elog(ERROR, "More than one tuple returned a subselect used as an expression.");
+ elog(ERROR, "More than one tuple returned by a subselect used as an expression.");
340
341
found = true;
342
0 commit comments