summaryrefslogtreecommitdiff
path: root/src/include/executor/nodeMaterial.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/executor/nodeMaterial.h')
-rw-r--r--src/include/executor/nodeMaterial.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/include/executor/nodeMaterial.h b/src/include/executor/nodeMaterial.h
deleted file mode 100644
index 818fe7590ae..00000000000
--- a/src/include/executor/nodeMaterial.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/*-------------------------------------------------------------------------
- *
- * nodeMaterial.h
- *
- *
- *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
- * Portions Copyright (c) 1994, Regents of the University of California
- *
- * $Id: nodeMaterial.h,v 1.18 2002/06/20 20:29:49 momjian Exp $
- *
- *-------------------------------------------------------------------------
- */
-#ifndef NODEMATERIAL_H
-#define NODEMATERIAL_H
-
-#include "nodes/plannodes.h"
-
-extern TupleTableSlot *ExecMaterial(Material *node);
-extern bool ExecInitMaterial(Material *node, EState *estate, Plan *parent);
-extern int ExecCountSlotsMaterial(Material *node);
-extern void ExecEndMaterial(Material *node);
-extern void ExecMaterialMarkPos(Material *node);
-extern void ExecMaterialRestrPos(Material *node);
-extern void ExecMaterialReScan(Material *node, ExprContext *exprCtxt, Plan *parent);
-
-#endif /* NODEMATERIAL_H */