Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaafe86d

Browse files
committed
Correct typo in error message.
1 parent1d5df15 commitaafe86d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/executor/nodeSubplan.c

Lines changed: 2 additions & 2 deletions
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 returnedbya subselect used as an expression.");
340340

341341
found= true;
342342

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp