From 6df955fd3b6e77ac58a491598c7e97fdb047afa4 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 24 Feb 1999 17:29:06 +0000 Subject: Fix problem with selectivity error in added columns with ALTER TABLE. Move files to deadcode. --- src/include/commands/recipe.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/include/commands/recipe.h (limited to 'src/include/commands') 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 */ -- cgit v1.2.3