forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7a969ca
committed
Treat EPERM as a non-error case when checking to see if old postmaster
is still alive. This improves our odds of not getting fooled by anunrelated process when checking a stale lock file. Other checks alreadyin place, plus one newly added in checkDataDir(), ensure that we cannotattempt to usurp the place of a postmaster belonging to a different userid,so there is no need to error out. Add comments indicating the importanceof these other checks.1 parentd344505 commit7a969ca
2 files changed
+46
-5
lines changedLines changed: 24 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| |||
952 | 952 |
| |
953 | 953 |
| |
954 | 954 |
| |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
955 | 973 |
| |
956 | 974 |
| |
957 | 975 |
| |
| 976 | + | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
958 | 981 |
| |
959 | 982 |
| |
960 | 983 |
| |
|
Lines changed: 22 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
505 | 505 |
| |
506 | 506 |
| |
507 | 507 |
| |
| 508 | + | |
| 509 | + | |
| 510 | + | |
508 | 511 |
| |
509 | 512 |
| |
510 | 513 |
| |
| |||
564 | 567 |
| |
565 | 568 |
| |
566 | 569 |
| |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
567 | 585 |
| |
568 | 586 |
| |
569 | 587 |
| |
| |||
577 | 595 |
| |
578 | 596 |
| |
579 | 597 |
| |
580 |
| - | |
| 598 | + | |
581 | 599 |
| |
582 |
| - | |
| 600 | + | |
583 | 601 |
| |
584 |
| - | |
| 602 | + | |
585 | 603 |
| |
586 | 604 |
| |
587 | 605 |
| |
|
0 commit comments
Comments
(0)