mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
Optimizer cleanup.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: nodeNestloop.h,v 1.7 1998/09/01 04:36:03 momjian Exp $
|
||||
* $Id: nodeNestloop.h,v 1.8 1999/02/12 17:24:55 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -21,6 +21,7 @@ extern TupleTableSlot *ExecNestLoop(NestLoop *node, Plan *parent);
|
||||
extern bool ExecInitNestLoop(NestLoop *node, EState *estate, Plan *parent);
|
||||
extern int ExecCountSlotsNestLoop(NestLoop *node);
|
||||
extern void ExecEndNestLoop(NestLoop *node);
|
||||
extern void ExecReScanNestLoop(NestLoop *node, ExprContext *exprCtxt, Plan *parent);
|
||||
extern void ExecReScanNestLoop(NestLoop *node, ExprContext *exprCtxt,
|
||||
Plan *parent);
|
||||
|
||||
#endif /* NODENESTLOOP_H */
|
||||
|
Reference in New Issue
Block a user