forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit83c7bfb
committed
Prevent the unnecessary creation of .ready file for the timeline history file.
Previously .ready file was created for the timeline history file at the endof an archive recovery even when WAL archiving was not enabled.This creation is unnecessary and causes .ready file to remain infinitely.This commit changes an archive recovery so that it creates .ready file forthe timeline history file only when WAL archiving is enabled.Backpatch to all supported versions.1 parent45a607d commit83c7bfb
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4492 | 4492 |
| |
4493 | 4493 |
| |
4494 | 4494 |
| |
4495 |
| - | |
4496 |
| - | |
| 4495 | + | |
| 4496 | + | |
| 4497 | + | |
| 4498 | + | |
| 4499 | + | |
4497 | 4500 |
| |
4498 | 4501 |
| |
4499 | 4502 |
| |
|
0 commit comments
Comments
(0)