forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit67c5b88
committed
Harden new parallel string_agg/array_agg regression test
Per buildfarm member mandrill, it seems thatmax_parallel_workers_per_gather may not always be set to the default valueof 2 when the new test added in16fd03e is executed. Here let's justexplicitly set that to 2 so that the planner never opts to use more thanthat many parallel workers.1 parentc31cf1c commit67c5b88
2 files changed
+2
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1872 | 1872 |
| |
1873 | 1873 |
| |
1874 | 1874 |
| |
| 1875 | + | |
1875 | 1876 |
| |
1876 | 1877 |
| |
1877 | 1878 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
728 | 728 |
| |
729 | 729 |
| |
730 | 730 |
| |
| 731 | + | |
731 | 732 |
| |
732 | 733 |
| |
733 | 734 |
| |
|
0 commit comments
Comments
(0)