forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7516056
committed
Attempt to stabilize new window agg regression test
This test was recently added in3900a02. It appears to be unstable inregards to the join order presumably due to the relations at either sideof the join being equal in side. Here we add a qual to make one of themsmaller so the planner is more likely to choose to hash the smaller of thetwo.Reported-by: Nathan Bossart, Tom LaneDiscussion:https://www.postgr.es/m/20230803235403.GC1238296@nathanxps131 parent3fd19a9 commit7516056
2 files changed
+7
-4
lines changedLines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4834 | 4834 |
| |
4835 | 4835 |
| |
4836 | 4836 |
| |
| 4837 | + | |
4837 | 4838 |
| |
4838 |
| - | |
4839 |
| - | |
| 4839 | + | |
| 4840 | + | |
4840 | 4841 |
| |
4841 | 4842 |
| |
4842 | 4843 |
| |
4843 | 4844 |
| |
4844 | 4845 |
| |
4845 | 4846 |
| |
4846 |
| - | |
4847 |
| - | |
| 4847 | + | |
| 4848 | + | |
| 4849 | + | |
4848 | 4850 |
| |
4849 | 4851 |
| |
4850 | 4852 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1734 | 1734 |
| |
1735 | 1735 |
| |
1736 | 1736 |
| |
| 1737 | + | |
1737 | 1738 |
| |
1738 | 1739 |
| |
1739 | 1740 |
| |
|
0 commit comments
Comments
(0)