diff options
Diffstat (limited to 'src/backend/executor/execQual.c')
-rw-r--r-- | src/backend/executor/execQual.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/backend/executor/execQual.c b/src/backend/executor/execQual.c index 79873073b7a..7cd678963a3 100644 --- a/src/backend/executor/execQual.c +++ b/src/backend/executor/execQual.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/executor/execQual.c,v 1.84 2001/03/22 03:59:26 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/executor/execQual.c,v 1.85 2001/03/23 04:49:53 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -1499,8 +1499,9 @@ ExecTargetList(List *targetlist, * and another array that holds the isDone status for each targetlist * item. The isDone status is needed so that we can iterate, * generating multiple tuples, when one or more tlist items return - * sets. (We expect the caller to call us again if we return *isDone - * = ExprMultipleResult.) + * sets. (We expect the caller to call us again if we return: + * + * isDone = ExprMultipleResult.) */ if (nodomains > NPREALLOCDOMAINS) { |