forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit48a1fb2
committed
Oops, missed one fix for EquivalenceClass rearrangement.
Now that we're expecting a mergeclause's left_ec/right_ec to persist fromthe initial assignments, we can't just blithely zero these out whentransforming such a clause in adjust_appendrel_attrs. But really it shouldbe okay to keep the parent's values, since a child table's derived Varought to be equivalent to the parent Var for all EquivalenceClass purposes.(Indeed, I'm wondering whether we couldn't find a way to dispense withadd_child_rel_equivalences altogether. But this is wrong in any case.)1 parent14231a4 commit48a1fb2
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1682 | 1682 |
| |
1683 | 1683 |
| |
1684 | 1684 |
| |
1685 |
| - | |
| 1685 | + | |
| 1686 | + | |
| 1687 | + | |
1686 | 1688 |
| |
1687 | 1689 |
| |
1688 | 1690 |
| |
1689 | 1691 |
| |
1690 |
| - | |
1691 |
| - | |
1692 | 1692 |
| |
1693 | 1693 |
| |
1694 | 1694 |
| |
|
0 commit comments
Comments
(0)