diff options
Diffstat (limited to 'src/include/executor/nodeNestloop.h')
-rw-r--r-- | src/include/executor/nodeNestloop.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/executor/nodeNestloop.h b/src/include/executor/nodeNestloop.h index 7f0ae110243..9d72a115fab 100644 --- a/src/include/executor/nodeNestloop.h +++ b/src/include/executor/nodeNestloop.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeNestloop.h,v 1.15 2001/10/25 05:49:59 momjian Exp $ + * $Id: nodeNestloop.h,v 1.16 2001/10/28 06:26:06 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -22,4 +22,5 @@ extern int ExecCountSlotsNestLoop(NestLoop *node); extern void ExecEndNestLoop(NestLoop *node); extern void ExecReScanNestLoop(NestLoop *node, ExprContext *exprCtxt, Plan *parent); + #endif /* NODENESTLOOP_H */ |