forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit23ba3b5
committed
Fix failures in incremental_sort due to number of workers
The last test in incremental_sort suite prints a parallel plan, but someof the buildfarm animals have custom max_parallel_workers_per_gathervalues, causing failures. Fixed by setting the GUC to an explicit value.Discussion:https://postgr.es/m/CAPpHfds1waRZ=NOmueYq0sx1ZSCnt+5QJvizT8ndT2=etZEeAQ@mail.gmail.com1 parentce2cee0 commit23ba3b5
File tree
2 files changed
+2
-0
lines changed- src/test/regress
- expected
- sql
2 files changed
+2
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1402 | 1402 |
| |
1403 | 1403 |
| |
1404 | 1404 |
| |
| 1405 | + | |
1405 | 1406 |
| |
1406 | 1407 |
| |
1407 | 1408 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
198 | 198 |
| |
199 | 199 |
| |
200 | 200 |
| |
| 201 | + | |
201 | 202 |
| |
202 | 203 |
| |
203 | 204 |
| |
|
0 commit comments
Comments
(0)