aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor/nodeTee.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/executor/nodeTee.h')
-rw-r--r--src/include/executor/nodeTee.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/include/executor/nodeTee.h b/src/include/executor/nodeTee.h
index d70a5984698..7235030d670 100644
--- a/src/include/executor/nodeTee.h
+++ b/src/include/executor/nodeTee.h
@@ -1,22 +1,22 @@
/*-------------------------------------------------------------------------
*
* nodeTee.h--
- * support functions for a Tee executor node
+ * support functions for a Tee executor node
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeTee.h,v 1.1 1996/08/28 07:22:26 scrappy Exp $
+ * $Id: nodeTee.h,v 1.2 1997/09/07 04:58:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
-#ifndef NODETEE_H
-#define NODETEE_H
+#ifndef NODETEE_H
+#define NODETEE_H
-extern TupleTableSlot* ExecTee(Tee* node, Plan* parent);
-extern bool ExecInitTee(Tee* node, EState* estate, Plan* parent);
-extern void ExecTeeReScan(Tee *node, ExprContext *exprCtxt, Plan *parent);
-extern void ExecEndTee(Tee* node, Plan* parent);
-extern int ExecCountSlotsTee(Tee* node);
+extern TupleTableSlot *ExecTee(Tee * node, Plan * parent);
+extern bool ExecInitTee(Tee * node, EState * estate, Plan * parent);
+extern void ExecTeeReScan(Tee * node, ExprContext * exprCtxt, Plan * parent);
+extern void ExecEndTee(Tee * node, Plan * parent);
+extern int ExecCountSlotsTee(Tee * node);
-#endif /* NODETEE_H */
+#endif /* NODETEE_H */