Skip to content
Snippets Groups Projects
Commit c2f4779d authored by Thomas G. Lockhart's avatar Thomas G. Lockhart
Browse files

Define prototype for ExecutorLimit() to avoid compiler complaints.

parent 680ef085
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.29 1997/11/05 21:18:59 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.30 1997/11/17 16:41:04 thomas Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -88,6 +88,8 @@ static int queryLimit = ALL_TUPLES;
#undef ALL_TUPLES
#define ALL_TUPLES queryLimit
int ExecutorLimit(int limit);
int
ExecutorLimit(int limit)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment