Commit 7516056
committed
Attempt to stabilize new window agg regression test
This test was recently added in 3900a02. It appears to be unstable in
regards to the join order presumably due to the relations at either side
of the join being equal in side. Here we add a qual to make one of them
smaller so the planner is more likely to choose to hash the smaller of the
two.
Reported-by: Nathan Bossart, Tom Lane
Discussion: https://www.postgr.es/m/20230803235403.GC1238296@nathanxps131 parent 3fd19a9 commit 7516056
2 files changed
+7
-4
lines changed| 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 | | |
| |||
| 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