forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5f32b29
committed
Build HashState's hashkeys expression with the correct parent.
Previously the expressions were built with the HashJoinState as aparent. That's incorrect.Currently this does not appear to be harmful, but for the upcoming'slot abstraction' work this proves to be problematic, as theunderlying slot types can differ between Hash and HashJoin. It'spossible that this already causes a problem, but I've not been able tocome up with a scenario. Therefore don't backpatch at this point.Author: Andres FreundDiscussion:https://postgr.es/m/20180220224318.gw4oe5jadhpmcdnm@alap3.anarazel.de1 parentda90676 commit5f32b29
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
595 | 595 |
| |
596 | 596 |
| |
597 | 597 |
| |
| 598 | + | |
598 | 599 |
| |
599 | 600 |
| |
600 | 601 |
| |
| |||
726 | 727 |
| |
727 | 728 |
| |
728 | 729 |
| |
| 730 | + | |
729 | 731 |
| |
730 | 732 |
| |
731 | 733 |
| |
| |||
735 | 737 |
| |
736 | 738 |
| |
737 | 739 |
| |
| 740 | + | |
| 741 | + | |
738 | 742 |
| |
739 | 743 |
| |
740 | 744 |
| |
741 | 745 |
| |
742 | 746 |
| |
743 | 747 |
| |
744 |
| - | |
| 748 | + | |
745 | 749 |
| |
746 | 750 |
| |
747 | 751 |
| |
|
0 commit comments
Comments
(0)