forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit148e632
committed
Fix parent of WCO qual.
The parent of some WCO expressions was, apparently by accident, set tothe the source of DML queries, rather than the target table. Thiscauses problems for the upcoming pluggable storage work, because thetarget and source table might be of different storage types.It's possible that this is already problematic, but neitherexperimenting nor inquiries on -hackers have found them. So don'tbackpatch for now.Author: Andres FreundDiscussion:https://postgr.es/m/20181205225213.hiwa3kgoxeybqcqv@alap3.anarazel.de1 parent1c53c4d commit148e632
File tree
2 files changed
+15
-15
lines changed- src
- backend/executor
- test/regress/expected
2 files changed
+15
-15
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2270 | 2270 |
| |
2271 | 2271 |
| |
2272 | 2272 |
| |
2273 |
| - | |
| 2273 | + | |
2274 | 2274 |
| |
2275 | 2275 |
| |
2276 | 2276 |
| |
|
Lines changed: 14 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1782 | 1782 |
| |
1783 | 1783 |
| |
1784 | 1784 |
| |
1785 |
| - | |
1786 |
| - | |
| 1785 | + | |
| 1786 | + | |
1787 | 1787 |
| |
1788 | 1788 |
| |
1789 |
| - | |
1790 |
| - | |
1791 |
| - | |
1792 |
| - | |
1793 |
| - | |
| 1789 | + | |
| 1790 | + | |
| 1791 | + | |
| 1792 | + | |
| 1793 | + | |
1794 | 1794 |
| |
1795 | 1795 |
| |
1796 | 1796 |
| |
1797 |
| - | |
1798 |
| - | |
| 1797 | + | |
| 1798 | + | |
1799 | 1799 |
| |
1800 | 1800 |
| |
1801 | 1801 |
| |
1802 | 1802 |
| |
1803 | 1803 |
| |
1804 | 1804 |
| |
1805 |
| - | |
1806 |
| - | |
1807 |
| - | |
1808 |
| - | |
1809 |
| - | |
| 1805 | + | |
| 1806 | + | |
| 1807 | + | |
| 1808 | + | |
| 1809 | + | |
1810 | 1810 |
| |
1811 | 1811 |
| |
1812 | 1812 |
| |
|
0 commit comments
Comments
(0)