forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd009f90
committed
Further fix to the mode where we enter archive recovery after crash recovery.
I missed to returns in the middle of ReadRecord function in my previous fix.If a WAL file was not found at all during crash recovery, XLogPageRead wouldreturn 'false', and ReadRecord would return without entering archive recovery.9.2 only. In master, the code is structured differently and does not have thisproblem.Kyotaro HORIGUCHI, Mitsumasa KONDO and me.1 parentc52ba36 commitd009f90
1 file changed
+23
-2
lines changedLines changed: 23 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4010 | 4010 |
| |
4011 | 4011 |
| |
4012 | 4012 |
| |
4013 |
| - | |
| 4013 | + | |
| 4014 | + | |
| 4015 | + | |
| 4016 | + | |
| 4017 | + | |
| 4018 | + | |
| 4019 | + | |
| 4020 | + | |
| 4021 | + | |
| 4022 | + | |
4014 | 4023 |
| |
4015 | 4024 |
| |
4016 | 4025 |
| |
| |||
4168 | 4177 |
| |
4169 | 4178 |
| |
4170 | 4179 |
| |
4171 |
| - | |
| 4180 | + | |
| 4181 | + | |
| 4182 | + | |
| 4183 | + | |
| 4184 | + | |
| 4185 | + | |
| 4186 | + | |
| 4187 | + | |
| 4188 | + | |
| 4189 | + | |
4172 | 4190 |
| |
4173 | 4191 |
| |
4174 | 4192 |
| |
| |||
10326 | 10344 |
| |
10327 | 10345 |
| |
10328 | 10346 |
| |
| 10347 | + | |
| 10348 | + | |
| 10349 | + | |
10329 | 10350 |
| |
10330 | 10351 |
| |
10331 | 10352 |
| |
|
0 commit comments
Comments
(0)