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

index e371db24a110e7969fd6f115daef702c7d8cf075..3dfb736cbf7e43014c7f5cbee6f212135f7e572c 100644 (file)
@@ -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.
  *
  * ----------------------------------------------------------------
  */