forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit75a1926
committed
Maintain ThisTimeLineID correctly in checkpointer
checkpointer needs to reset ThisTimeLineID aftera restartpoint to allow installing/recycling newWAL files. If recovery has already ended thiswould leave ThisTimeLineID set incorrectly andso we must reset it otherwise later checkpointsdo not have the correct timeline.Bug report by Heikki Linnakangas.Further investigation by Heikki and myself.1 parent8955dac commit75a1926
1 file changed
+26
-0
lines changedLines changed: 26 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5970 | 5970 |
| |
5971 | 5971 |
| |
5972 | 5972 |
| |
| 5973 | + | |
| 5974 | + | |
| 5975 | + | |
| 5976 | + | |
| 5977 | + | |
| 5978 | + | |
| 5979 | + | |
| 5980 | + | |
| 5981 | + | |
| 5982 | + | |
| 5983 | + | |
5973 | 5984 |
| |
5974 | 5985 |
| |
5975 | 5986 |
| |
| |||
7465 | 7476 |
| |
7466 | 7477 |
| |
7467 | 7478 |
| |
| 7479 | + | |
| 7480 | + | |
| 7481 | + | |
| 7482 | + | |
| 7483 | + | |
| 7484 | + | |
| 7485 | + | |
| 7486 | + | |
7468 | 7487 |
| |
| 7488 | + | |
7469 | 7489 |
| |
7470 | 7490 |
| |
7471 | 7491 |
| |
| |||
7475 | 7495 |
| |
7476 | 7496 |
| |
7477 | 7497 |
| |
| 7498 | + | |
| 7499 | + | |
| 7500 | + | |
| 7501 | + | |
| 7502 | + | |
| 7503 | + | |
7478 | 7504 |
| |
7479 | 7505 |
| |
7480 | 7506 |
| |
|
0 commit comments
Comments
(0)