|
7 | 7 | * Portions Copyright (c) 1994, Regents of the University of California |
8 | 8 | * |
9 | 9 | * 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 $ |
11 | 11 | * |
12 | 12 | *------------------------------------------------------------------------- |
13 | 13 | */ |
@@ -336,7 +336,7 @@ ExecSetParamPlan(SubPlan *node) |
336 | 336 | if (found&& |
337 | 337 | (sublink->subLinkType==EXPR_SUBLINK|| |
338 | 338 | 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 returnedbya subselect used as an expression."); |
340 | 340 |
|
341 | 341 | found= true; |
342 | 342 |
|
|