Update comment to clarify fetch limit and LIMIT.
authorBruce Momjian
Mon, 8 Apr 2002 22:42:18 +0000 (22:42 +0000)
committerBruce Momjian
Mon, 8 Apr 2002 22:42:18 +0000 (22:42 +0000)
src/backend/executor/execMain.c

index 5bbcf6b8ef92b5ef461462b50164dfc0092f43e7..659ab63f5536dfd4ff2f65b6b95e50123ba6bfa4 100644 (file)
@@ -27,7 +27,7 @@
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.156 2002/03/31 06:26:31 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.157 2002/04/08 22:42:18 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -157,7 +157,8 @@ ExecutorStart(QueryDesc *queryDesc, EState *estate)
  *     except to start up/shut down the destination.  Otherwise,
  *     we retrieve up to 'count' tuples in the specified direction.
  *
- *     Note: count = 0 is interpreted as "no limit".
+ *     Note: count = 0 is interpreted as no portal limit, e.g. run to
+ *     completion.
  *
  * ----------------------------------------------------------------
  */