Apply fixes for problems with dropped columns whose types have also been
Tom Lane <tgl@sss.pgh.pa.us>
Apply fixes for problems with dropped columns whose types have also been dropped. Add regression test, too.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/heap.c | modified | +40 −9 |
| src/backend/optimizer/prep/preptlist.c | modified | +48 −16 |
| src/test/regress/expected/alter_table.out | modified | +41 −0 |
| src/test/regress/sql/alter_table.sql | modified | +18 −0 |