forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0d90dc1
committed
Avoid a few more SET DATA TYPE table rewrites.
When the new type is an unconstrained domain over the old type, we don'tneed to rewrite the table.Noah Misch and Robert Haas1 parent8e1124e commit0d90dc1
File tree
2 files changed
+24
-11
lines changed- doc/src/sgml/ref
- src/backend/commands
2 files changed
+24
-11
lines changedLines changed: 8 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
766 | 766 |
| |
767 | 767 |
| |
768 | 768 |
| |
769 |
| - | |
770 |
| - | |
771 |
| - | |
772 |
| - | |
773 |
| - | |
774 |
| - | |
775 |
| - | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
776 | 777 |
| |
777 | 778 |
| |
778 | 779 |
| |
|
Lines changed: 16 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6632 | 6632 |
| |
6633 | 6633 |
| |
6634 | 6634 |
| |
6635 |
| - | |
6636 |
| - | |
6637 |
| - | |
6638 |
| - | |
| 6635 | + | |
| 6636 | + | |
| 6637 | + | |
| 6638 | + | |
| 6639 | + | |
| 6640 | + | |
| 6641 | + | |
| 6642 | + | |
6639 | 6643 |
| |
6640 | 6644 |
| |
6641 | 6645 |
| |
| |||
6649 | 6653 |
| |
6650 | 6654 |
| |
6651 | 6655 |
| |
| 6656 | + | |
| 6657 | + | |
| 6658 | + | |
| 6659 | + | |
| 6660 | + | |
| 6661 | + | |
| 6662 | + | |
| 6663 | + | |
6652 | 6664 |
| |
6653 | 6665 |
| |
6654 | 6666 |
| |
|
0 commit comments
Comments
(0)