summaryrefslogtreecommitdiff
path: root/src/backend/commands/_deadcode/recipe.h
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/backend/commands/_deadcode/recipe.h
parentf3f7c2acdeaa19b2d85d0f1522ebdfab1e466210 (diff)
Fix problem with selectivity error in added columns with ALTER TABLE.
Move files to deadcode.
Diffstat (limited to 'src/backend/commands/_deadcode/recipe.h')
-rw-r--r--src/backend/commands/_deadcode/recipe.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/backend/commands/_deadcode/recipe.h b/src/backend/commands/_deadcode/recipe.h
new file mode 100644
index 00000000000..b0c6f9faee3
--- /dev/null
+++ b/src/backend/commands/_deadcode/recipe.h
@@ -0,0 +1,19 @@
+/*-------------------------------------------------------------------------
+ *
+ * recipe.h
+ * recipe handling routines
+ *
+ * Copyright (c) 1994, Regents of the University of California
+ *
+ * $Id: recipe.h,v 1.1 1999/02/24 17:29:00 momjian Exp $
+ *
+ *-------------------------------------------------------------------------
+ */
+#ifndef RECIPE_H
+#define RECIPE_H
+
+#include "nodes/parsenodes.h"
+
+extern void beginRecipe(RecipeStmt *stmt);
+
+#endif /* RECIPE_H */