forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb0b0d84
committed
Allow a parallel context to relaunch workers.
This may allow some callers to avoid the overhead involved in tearingdown a parallel context and then setting up a new one, which meansreleasing the DSM and then allocating and populating a new one. Isuspect we'll want to revise the Gather node to make use of this newcapability, but even if not it may be useful elsewhere and requiresvery little additional code.1 parentafdfcd3 commitb0b0d84
File tree
3 files changed
+55
-0
lines changed- src
- backend/access/transam
- include/access
3 files changed
+55
-0
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
221 | 221 |
| |
222 | 222 |
| |
223 | 223 |
| |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + |
Lines changed: 49 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
404 | 404 |
| |
405 | 405 |
| |
406 | 406 |
| |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
407 | 453 |
| |
408 | 454 |
| |
409 | 455 |
| |
| |||
428 | 474 |
| |
429 | 475 |
| |
430 | 476 |
| |
| 477 | + | |
431 | 478 |
| |
432 | 479 |
| |
| 480 | + | |
| 481 | + | |
433 | 482 |
| |
434 | 483 |
| |
435 | 484 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| 38 | + | |
38 | 39 |
| |
39 | 40 |
| |
40 | 41 |
| |
|
0 commit comments
Comments
(0)