forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4922173
committed
worker_spi: Fix test failure with BGWORKER_BYPASS_ROLELOGINCHECK
This is a consequence of4817da5 that has bumped upmax_worker_processes, where now the last worker started by the testwould be able to start by itself a parallel worker because there aremore slots available. This did not show up before as the number ofbgworkers reached exactly 8, as known as the previous limit, at the endof the test.Per report from buildfarm member crake, reproducible withdebug_parallel_query = regress in the same fashion asfd4d93d.1 parent63a5822 commit4922173
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
174 | 174 |
| |
175 | 175 |
| |
176 | 176 |
| |
177 |
| - | |
178 |
| - | |
179 |
| - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
180 | 180 |
| |
181 |
| - | |
| 181 | + | |
182 | 182 |
| |
183 | 183 |
| |
184 | 184 |
| |
|
0 commit comments
Comments
(0)