summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBruce Momjian1999-02-24 17:29:06 +0000
committerBruce Momjian1999-02-24 17:29:06 +0000
commit6df955fd3b6e77ac58a491598c7e97fdb047afa4 (patch)
tree9a70fec19b03e2e785788f500221ee9f1fa73f8d /src/include
parentf3f7c2acdeaa19b2d85d0f1522ebdfab1e466210 (diff)
Fix problem with selectivity error in added columns with ALTER TABLE.
Move files to deadcode.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/commands/recipe.h19
-rw-r--r--src/include/nodes/nodes.h3
2 files changed, 1 insertions, 21 deletions
diff --git a/src/include/commands/recipe.h b/src/include/commands/recipe.h
deleted file mode 100644
index 842165e872e..00000000000
--- a/src/include/commands/recipe.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/*-------------------------------------------------------------------------
- *
- * recipe.h
- * recipe handling routines
- *
- * Copyright (c) 1994, Regents of the University of California
- *
- * $Id: recipe.h,v 1.7 1999/02/13 23:21:19 momjian Exp $
- *
- *-------------------------------------------------------------------------
- */
-#ifndef RECIPE_H
-#define RECIPE_H
-
-#include "nodes/parsenodes.h"
-
-extern void beginRecipe(RecipeStmt *stmt);
-
-#endif /* RECIPE_H */
diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h
index 4dd868b6810..7375745976b 100644
--- a/src/include/nodes/nodes.h
+++ b/src/include/nodes/nodes.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodes.h,v 1.44 1999/02/23 07:55:24 thomas Exp $
+ * $Id: nodes.h,v 1.45 1999/02/24 17:29:06 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -163,7 +163,6 @@ typedef enum NodeTag
T_FetchStmt,
T_IndexStmt,
T_ProcedureStmt,
- T_RecipeStmt,
T_RemoveAggrStmt,
T_RemoveFuncStmt,
T_RemoveOperStmt,