- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit5332b8c
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 parent2076db2 commit5332b8c
1 file changed
+6
-2
lines changedLines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| 39 | + | |
39 | 40 |
| |
40 | 41 |
| |
41 | 42 |
| |
| |||
437 | 438 |
| |
438 | 439 |
| |
439 | 440 |
| |
440 |
| - | |
441 |
| - | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
442 | 446 |
| |
443 | 447 |
| |
444 | 448 |
| |
|
0 commit comments
Comments
(0)