Avoid a few more SET DATA TYPE table rewrites.
Robert Haas <rhaas@postgresql.org>
Avoid a few more SET DATA TYPE table rewrites. When the new type is an unconstrained domain over the old type, we don't need to rewrite the table. Noah Misch and Robert Haas
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/alter_table.sgml | modified | +8 −7 |
| src/backend/commands/tablecmds.c | modified | +16 −4 |