forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2fe6b2a
committed
Force parallelism in partition_aggregate
Commitdb0d67d tweaked sort costing, which however resulted in acouple plan changes in our regression tests. Most of the new plans werefine, but partition_aggregate were meant to test parallel plans and thenew plans were serial.Fix that by lowering parallel_setup_cost to 0, which is enough to switchto the parallel plan again.Commit1349d27 already made the plans parallel again, but do thisanyway to keep the tests in sync with 15, to make backpatching simpler.Report and patch by David Rowley.Author: David RowleyReviewed-by: Tomas VondraDiscussion:https://postgr.es/m/CAApHDvpVFgWzXdtUQkjyOPhNrNvumRi_=ftgS79KeAZ92tnHKQ@mail.gmail.com1 parent92e7b77 commit2fe6b2a
File tree
2 files changed
+5
-0
lines changed- src/test/regress
- expected
- sql
2 files changed
+5
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
942 | 942 |
| |
943 | 943 |
| |
944 | 944 |
| |
| 945 | + | |
945 | 946 |
| |
946 | 947 |
| |
947 | 948 |
| |
| |||
1025 | 1026 |
| |
1026 | 1027 |
| |
1027 | 1028 |
| |
| 1029 | + | |
1028 | 1030 |
| |
1029 | 1031 |
| |
1030 | 1032 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
222 | 222 |
| |
223 | 223 |
| |
224 | 224 |
| |
| 225 | + | |
225 | 226 |
| |
226 | 227 |
| |
227 | 228 |
| |
| |||
235 | 236 |
| |
236 | 237 |
| |
237 | 238 |
| |
| 239 | + | |
| 240 | + | |
238 | 241 |
| |
239 | 242 |
| |
240 | 243 |
| |
|
0 commit comments
Comments
(0)