mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Added needed prototype.
Bruce Momjian
This commit is contained in:
		@@ -6,7 +6,7 @@
 | 
				
			|||||||
 *
 | 
					 *
 | 
				
			||||||
 * Copyright (c) 1994, Regents of the University of California
 | 
					 * Copyright (c) 1994, Regents of the University of California
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * $Id: executor.h,v 1.6 1996/11/13 20:51:31 scrappy Exp $
 | 
					 * $Id: executor.h,v 1.7 1996/12/26 17:53:40 momjian Exp $
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 *-------------------------------------------------------------------------
 | 
					 *-------------------------------------------------------------------------
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
@@ -52,6 +52,7 @@ extern HeapTuple ExecRemoveJunk(JunkFilter *junkfilter, TupleTableSlot *slot);
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
 * prototypes from functions in execMain.c
 | 
					 * prototypes from functions in execMain.c
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					extern int ExecutorLimit(int limit);
 | 
				
			||||||
extern TupleDesc ExecutorStart(QueryDesc *queryDesc, EState *estate);
 | 
					extern TupleDesc ExecutorStart(QueryDesc *queryDesc, EState *estate);
 | 
				
			||||||
extern TupleTableSlot* ExecutorRun(QueryDesc *queryDesc, EState *estate, int feature, int count);
 | 
					extern TupleTableSlot* ExecutorRun(QueryDesc *queryDesc, EState *estate, int feature, int count);
 | 
				
			||||||
extern void ExecutorEnd(QueryDesc *queryDesc, EState *estate);
 | 
					extern void ExecutorEnd(QueryDesc *queryDesc, EState *estate);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user