Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit aafe86d

Browse files
committed
Correct typo in error message.
1 parent 1d5df15 commit aafe86d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/executor/nodeSubplan.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/executor/nodeSubplan.c,v 1.22 2000/03/09 05:15:33 tgl Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/executor/nodeSubplan.c,v 1.23 2000/03/21 04:20:45 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -336,7 +336,7 @@ ExecSetParamPlan(SubPlan *node)
336336
if (found &&
337337
(sublink->subLinkType == EXPR_SUBLINK ||
338338
sublink->subLinkType == MULTIEXPR_SUBLINK))
339-
elog(ERROR, "More than one tuple returned a subselect used as an expression.");
339+
elog(ERROR, "More than one tuple returned by a subselect used as an expression.");
340340

341341
found = true;
342342

0 commit comments

Comments
 (0)