1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-24 09:27:52 +03:00

Fix problem with selectivity error in added columns with ALTER TABLE.

Move files to deadcode.
This commit is contained in:
Bruce Momjian
1999-02-24 17:29:06 +00:00
parent f3f7c2acde
commit 6df955fd3b
7 changed files with 11 additions and 10 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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 */