forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9994013
committed
Add tests for inheritance trees mixing permanent and temporary relations
While working on1c7c317 and related things, which has clarified theuse of partitions with temporary tables, I have noticed that there couldbe better coverage for inheritance trees mixing temporary and permanentrelations. A lot of cross-checks happen in MergeAttributes() which isnot designed for this purpose, so the tests added in this commit willmake sure that any kind of future refactoring will limit the amount ofcompatibility breakage.Author: Michael PaquierReviewed-by: Ashutosh BapatDiscussion:https://postgr.es/m/20180619022131.GE3314@paquier.xyz1 parentc4309f4 commit9994013
2 files changed
+48
-0
lines changedLines changed: 31 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1710 | 1710 |
| |
1711 | 1711 |
| |
1712 | 1712 |
| |
| 1713 | + | |
| 1714 | + | |
| 1715 | + | |
| 1716 | + | |
| 1717 | + | |
| 1718 | + | |
| 1719 | + | |
| 1720 | + | |
| 1721 | + | |
| 1722 | + | |
| 1723 | + | |
| 1724 | + | |
| 1725 | + | |
| 1726 | + | |
| 1727 | + | |
| 1728 | + | |
| 1729 | + | |
| 1730 | + | |
| 1731 | + | |
| 1732 | + | |
| 1733 | + | |
| 1734 | + | |
| 1735 | + | |
| 1736 | + | |
| 1737 | + | |
| 1738 | + | |
| 1739 | + | |
| 1740 | + | |
| 1741 | + | |
| 1742 | + | |
| 1743 | + | |
1713 | 1744 |
| |
1714 | 1745 |
| |
1715 | 1746 |
| |
|
Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
635 | 635 |
| |
636 | 636 |
| |
637 | 637 |
| |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
638 | 655 |
| |
639 | 656 |
| |
640 | 657 |
| |
|
0 commit comments
Comments
(0)