forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6f6a6d8
committed
Teach RequestCheckpoint() to wait and retry a few times if it can't signal
the bgwriter immediately. This covers the case where the bgwriter is stillstarting up, as seen in a recent buildfarm failure. In future it might alsoassist with clean recovery after a bgwriter termination and restart ---right now the postmaster treats early bgwriter exit as a system crash,but that might not always be so.1 parent8309d00 commit6f6a6d8
1 file changed
+33
-9
lines changedLines changed: 33 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| |||
864 | 864 |
| |
865 | 865 |
| |
866 | 866 |
| |
| 867 | + | |
867 | 868 |
| |
868 | 869 |
| |
869 | 870 |
| |
| |||
905 | 906 |
| |
906 | 907 |
| |
907 | 908 |
| |
908 |
| - | |
909 |
| - | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
910 | 914 |
| |
911 |
| - | |
912 |
| - | |
913 |
| - | |
914 |
| - | |
915 |
| - | |
916 |
| - | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
| 919 | + | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
917 | 941 |
| |
918 | 942 |
| |
919 | 943 |
| |
|
0 commit comments
Comments
(0)