forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf15538c
committed
postmaster: Adjust which processes we expect to have exited
Comments and code stated that we expect checkpointer to have been signalled incase of immediate shutdown / fatal errors, but didn't treat archiver andwalsenders the same. That doesn't seem right.I had started digging through the history to see where this oddity wasintroduced, but it's not the fault of a single commit.Instead treat archiver, checkpointer, and walsenders the same.Reviewed-by: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>Discussion:https://postgr.es/m/kgng5nrvnlv335evmsuvpnh354rw7qyazl73kdysev2cr2v5zu@m3cfzxicm5kp1 parent463a2eb commitf15538c
1 file changed
+18
-10
lines changedLines changed: 18 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2919 | 2919 |
| |
2920 | 2920 |
| |
2921 | 2921 |
| |
2922 |
| - | |
| 2922 | + | |
| 2923 | + | |
2923 | 2924 |
| |
2924 | 2925 |
| |
2925 |
| - | |
| 2926 | + | |
| 2927 | + | |
| 2928 | + | |
| 2929 | + | |
2926 | 2930 |
| |
2927 | 2931 |
| |
2928 |
| - | |
2929 |
| - | |
2930 |
| - | |
2931 |
| - | |
| 2932 | + | |
| 2933 | + | |
| 2934 | + | |
| 2935 | + | |
2932 | 2936 |
| |
2933 | 2937 |
| |
2934 | 2938 |
| |
| |||
2939 | 2943 |
| |
2940 | 2944 |
| |
2941 | 2945 |
| |
2942 |
| - | |
2943 |
| - | |
2944 | 2946 |
| |
2945 | 2947 |
| |
2946 | 2948 |
| |
2947 |
| - | |
2948 |
| - | |
| 2949 | + | |
| 2950 | + | |
| 2951 | + | |
| 2952 | + | |
| 2953 | + | |
| 2954 | + | |
| 2955 | + | |
| 2956 | + | |
2949 | 2957 |
| |
2950 | 2958 |
| |
2951 | 2959 |
| |
|
0 commit comments
Comments
(0)