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

Commit9643e8b

Browse files
committed
Added needed prototype.
Bruce Momjian
1 parent0cb22cb commit9643e8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/include/executor/executor.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: executor.h,v 1.6 1996/11/13 20:51:31 scrappy Exp $
9+
* $Id: executor.h,v 1.7 1996/12/26 17:53:40 momjian Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -52,6 +52,7 @@ extern HeapTuple ExecRemoveJunk(JunkFilter *junkfilter, TupleTableSlot *slot);
5252
/*
5353
* prototypes from functions in execMain.c
5454
*/
55+
externintExecutorLimit(intlimit);
5556
externTupleDescExecutorStart(QueryDesc*queryDesc,EState*estate);
5657
externTupleTableSlot*ExecutorRun(QueryDesc*queryDesc,EState*estate,intfeature,intcount);
5758
externvoidExecutorEnd(QueryDesc*queryDesc,EState*estate);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp