forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite012423
committed
Fix logic bug in dsm_attach().
The previous coding would potentially cause attaching to segment A tofail if segment B was at the same time in the process of going away.Andres Freund, with a comment tweak by me1 parent4335c95 commite012423
1 file changed
+8
-7
lines changedLines changed: 8 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
566 | 566 |
| |
567 | 567 |
| |
568 | 568 |
| |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
569 | 573 |
| |
570 | 574 |
| |
571 | 575 |
| |
| |||
574 | 578 |
| |
575 | 579 |
| |
576 | 580 |
| |
577 |
| - | |
578 |
| - | |
579 |
| - | |
580 |
| - | |
581 |
| - | |
582 |
| - | |
583 |
| - | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
584 | 585 |
| |
585 | 586 |
| |
586 | 587 |
| |
|
0 commit comments
Comments
(0)