- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitd4d48a5
committed
Tweak new regression test case for better portability.
Buildfarm says we get different plans on 32-bit and 64-bit platforms,probably because of MAXALIGN-related differences in memory-consumptioncalculations. Add some dummy WHERE clauses so that the planner estimatesdifferent sizes for the three generate_series() relations; that shouldstabilize the choice of join order.1 parent4c8ab1b commitd4d48a5
2 files changed
+8
-2
lines changedLines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
| 73 | + | |
73 | 74 |
| |
74 | 75 |
| |
75 | 76 |
| |
| |||
81 | 82 |
| |
82 | 83 |
| |
83 | 84 |
| |
84 |
| - | |
85 | 85 |
| |
86 |
| - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
87 | 90 |
| |
88 | 91 |
| |
89 | 92 |
| |
90 | 93 |
| |
91 | 94 |
| |
| 95 | + | |
92 | 96 |
| |
93 | 97 |
| |
94 | 98 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
37 | 38 |
| |
38 | 39 |
| |
| 40 | + | |
39 | 41 |
|
0 commit comments
Comments
(0)