summaryrefslogtreecommitdiff
path: root/src/include/commands
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-02-24 17:29:06 +0000
committerBruce Momjian <bruce@momjian.us>1999-02-24 17:29:06 +0000
commit6df955fd3b6e77ac58a491598c7e97fdb047afa4 (patch)
tree9a70fec19b03e2e785788f500221ee9f1fa73f8d /src/include/commands
parentf3f7c2acdeaa19b2d85d0f1522ebdfab1e466210 (diff)
downloadpostgresql-6df955fd3b6e77ac58a491598c7e97fdb047afa4.tar.gz
Fix problem with selectivity error in added columns with ALTER TABLE.
Move files to deadcode.
Diffstat (limited to 'src/include/commands')
-rw-r--r--src/include/commands/recipe.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/include/commands/recipe.h b/src/include/commands/recipe.h
deleted file mode 100644
index 842165e872..0000000000
--- 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 */