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:
1333
src/backend/commands/_deadcode/recipe.c
Normal file
1333
src/backend/commands/_deadcode/recipe.c
Normal file
File diff suppressed because it is too large
Load Diff
19
src/backend/commands/_deadcode/recipe.h
Normal file
19
src/backend/commands/_deadcode/recipe.h
Normal 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 */
|
Reference in New Issue
Block a user