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

Bruce Momjian <bruce@momjian.us>

Commit: 6df955fd3b6e77ac58a491598c7e97fdb047afa4
Author: Bruce Momjian <bruce@momjian.us>
Date: 1999-02-24T17:29:06Z
Releases: 7.1.1
Fix problem with selectivity error in added columns with ALTER TABLE.
Move files to deadcode.

Files

PathChange+/−
src/backend/commands/command.c modified +2 −2
src/backend/commands/_deadcode/recipe.c (from src/backend/commands/recipe.c) renamed +1 −1
src/backend/commands/_deadcode/recipe.h (from src/include/commands/recipe.h) renamed +1 −1
src/backend/commands/indexcmds.c (from src/backend/commands/defind.c) renamed +1 −1
src/backend/commands/Makefile modified +2 −2
src/backend/tcop/utility.c modified +3 −1
src/include/nodes/nodes.h modified +1 −2