forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbfb9374
committed
Fix fuzzy thinking in ReinitializeParallelDSM().
The fact that no workers were successfully launched in the previousiteration does not excuse us from setting up properly to try again.This appears to explain crashes I saw in parallel regression testingdue to error_mqh being NULL when it shouldn't be.Minor other cosmetic fixes too.1 parent75be664 commitbfb9374
1 file changed
+11
-11
lines changedLines changed: 11 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
194 |
| - | |
195 |
| - | |
| 194 | + | |
| 195 | + | |
196 | 196 |
| |
197 | 197 |
| |
198 | 198 |
| |
| |||
271 | 271 |
| |
272 | 272 |
| |
273 | 273 |
| |
274 |
| - | |
| 274 | + | |
275 | 275 |
| |
276 | 276 |
| |
277 | 277 |
| |
| |||
397 | 397 |
| |
398 | 398 |
| |
399 | 399 |
| |
400 |
| - | |
401 |
| - | |
402 |
| - | |
403 |
| - | |
404 |
| - | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
405 | 407 |
| |
406 | 408 |
| |
407 | 409 |
| |
| |||
420 | 422 |
| |
421 | 423 |
| |
422 | 424 |
| |
423 |
| - | |
424 |
| - | |
425 |
| - | |
426 | 425 |
| |
427 | 426 |
| |
428 | 427 |
| |
| |||
493 | 492 |
| |
494 | 493 |
| |
495 | 494 |
| |
| 495 | + | |
496 | 496 |
| |
497 | 497 |
| |
498 | 498 |
| |
|
0 commit comments
Comments
(0)