Fix problem with selectivity error in added columns with ALTER TABLE.
Bruce Momjian <bruce@momjian.us>
Fix problem with selectivity error in added columns with ALTER TABLE. Move files to deadcode.
Files
| Path | Change | +/− |
|---|---|---|
| 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 |