1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-06 07:49:08 +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

View File

@@ -9,7 +9,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.55 1999/02/13 23:18:48 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.56 1999/02/24 17:29:01 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -663,6 +663,7 @@ ProcessUtility(Node *parsetree,
}
break;
#ifdef NOT_USED
/*
* ******************************** Tioga-related statements *******************************
*/
@@ -675,6 +676,7 @@ ProcessUtility(Node *parsetree,
beginRecipe(stmt);
}
break;
#endif
/*
* ******************************** set variable statements *******************************