forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcabad37
committed
> Huh, I don't know where I got the idea you were (or someone else was?)
> in the position that attislocal should be reset. I'll clean everything> up and submit the patch I had originally made.All right, this is it. This patch merely checks if child tables havethe column. If atttypid and atttypmod are the same, the attributes'attinhcount is incremented; else the operation is aborted. If childtables don't have the column, recursively add it.attislocal is not touched in any case.Alvaro Herrera1 parentbab3d29 commitcabad37
1 file changed
+38
-7
lines changedLines changed: 38 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
1643 | 1643 |
| |
1644 | 1644 |
| |
1645 | 1645 |
| |
1646 |
| - | |
1647 |
| - | |
| 1646 | + | |
| 1647 | + | |
1648 | 1648 |
| |
1649 | 1649 |
| |
1650 |
| - | |
1651 |
| - | |
1652 |
| - | |
| 1650 | + | |
| 1651 | + | |
| 1652 | + | |
| 1653 | + | |
1653 | 1654 |
| |
1654 | 1655 |
| |
1655 | 1656 |
| |
1656 | 1657 |
| |
| 1658 | + | |
| 1659 | + | |
1657 | 1660 |
| |
1658 | 1661 |
| |
1659 | 1662 |
| |
1660 | 1663 |
| |
1661 |
| - | |
| 1664 | + | |
| 1665 | + | |
| 1666 | + | |
| 1667 | + | |
| 1668 | + | |
| 1669 | + | |
| 1670 | + | |
| 1671 | + | |
| 1672 | + | |
| 1673 | + | |
| 1674 | + | |
| 1675 | + | |
| 1676 | + | |
| 1677 | + | |
| 1678 | + | |
| 1679 | + | |
| 1680 | + | |
| 1681 | + | |
| 1682 | + | |
| 1683 | + | |
| 1684 | + | |
| 1685 | + | |
| 1686 | + | |
| 1687 | + | |
| 1688 | + | |
| 1689 | + | |
| 1690 | + | |
| 1691 | + | |
| 1692 | + | |
1662 | 1693 |
| |
1663 | 1694 |
| |
1664 | 1695 |
| |
|
0 commit comments
Comments
(0)