forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork0
Commit35b66df
committed
Before removing backup_label and irrevocably changing pg_control file, check
that WAL file containing the checkpoint redo-location can be found. Thisavoids making the cluster irrecoverable if the redo location is in an earlieWAL file than the checkpoint record.Report, analysis and patch by Jeff Davis, with small changes by me.1 parent62f86b3 commit35b66df
1 file changed
+17
-2
lines changedLines changed: 17 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4423 | 4423 |
| |
4424 | 4424 |
| |
4425 | 4425 |
| |
| 4426 | + | |
4426 | 4427 |
| |
4427 | 4428 |
| |
4428 | 4429 |
| |
4429 | 4430 |
| |
| 4431 | + | |
| 4432 | + | |
| 4433 | + | |
| 4434 | + | |
| 4435 | + | |
| 4436 | + | |
| 4437 | + | |
| 4438 | + | |
| 4439 | + | |
| 4440 | + | |
| 4441 | + | |
| 4442 | + | |
| 4443 | + | |
| 4444 | + | |
4430 | 4445 |
| |
4431 | 4446 |
| |
4432 | 4447 |
| |
4433 |
| - | |
| 4448 | + | |
4434 | 4449 |
| |
4435 | 4450 |
| |
4436 | 4451 |
| |
| |||
4464 | 4479 |
| |
4465 | 4480 |
| |
4466 | 4481 |
| |
| 4482 | + | |
4467 | 4483 |
| |
4468 | 4484 |
| |
4469 | 4485 |
| |
4470 |
| - | |
4471 | 4486 |
| |
4472 | 4487 |
| |
4473 | 4488 |
| |
|
0 commit comments
Comments
(0)