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

Commit45963af

Browse files
committed
Update comment to clarify fetch limit and LIMIT.
1 parentc21cb16 commit45963af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/backend/executor/execMain.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
*
2929
* IDENTIFICATION
30-
* $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.156 2002/03/31 06:26:31 tgl Exp $
30+
* $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.157 2002/04/08 22:42:18 momjian Exp $
3131
*
3232
*-------------------------------------------------------------------------
3333
*/
@@ -157,7 +157,8 @@ ExecutorStart(QueryDesc *queryDesc, EState *estate)
157157
*except to start up/shut down the destination. Otherwise,
158158
*we retrieve up to 'count' tuples in the specified direction.
159159
*
160-
*Note: count = 0 is interpreted as "no limit".
160+
*Note: count = 0 is interpreted as no portal limit, e.g. run to
161+
*completion.
161162
*
162163
* ----------------------------------------------------------------
163164
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp