diff options
Diffstat (limited to 'src/include/executor/nodeNestloop.h')
-rw-r--r-- | src/include/executor/nodeNestloop.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/executor/nodeNestloop.h b/src/include/executor/nodeNestloop.h index cd27030e992..7f0ae110243 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.14 2001/01/24 19:43:23 momjian Exp $ + * $Id: nodeNestloop.h,v 1.15 2001/10/25 05:49:59 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -22,5 +22,4 @@ extern int ExecCountSlotsNestLoop(NestLoop *node); extern void ExecEndNestLoop(NestLoop *node); extern void ExecReScanNestLoop(NestLoop *node, ExprContext *exprCtxt, Plan *parent); - #endif /* NODENESTLOOP_H */ |