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

Commitc2f4779

Browse files
author
Thomas G. Lockhart
committed
Define prototype for ExecutorLimit() to avoid compiler complaints.
1 parent680ef08 commitc2f4779

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/backend/executor/execMain.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*
2727
*
2828
* IDENTIFICATION
29-
* $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.29 1997/11/05 21:18:59 momjian Exp $
29+
* $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.30 1997/11/17 16:41:04 thomas Exp $
3030
*
3131
*-------------------------------------------------------------------------
3232
*/
@@ -88,6 +88,8 @@ static intqueryLimit = ALL_TUPLES;
8888
#undef ALL_TUPLES
8989
#defineALL_TUPLES queryLimit
9090

91+
intExecutorLimit(intlimit);
92+
9193
int
9294
ExecutorLimit(intlimit)
9395
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp