forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6837632
committed
Fix issues in pg_rewind with --no-ensure-shutdown/--write-recovery-conf
This fixes two issues with recent features added in pg_rewind:- --dry-run should do nothing on the target directory, but927474cforgot to consider that for --write-recovery-conf.- --no-ensure-shutdown was not actually working. There is no testcoverage for this option yet, but a subsequent patch will add that.Author: Alexey KondratovDiscussion:https://postgr.es/m/7ca88204-3e0b-2f4c-c8af-acadc4b266e5@postgrespro.ru1 parent6f3823b commit6837632
1 file changed
+5
-3
lines changedLines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 |
| - | |
| 104 | + | |
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
| |||
180 | 180 |
| |
181 | 181 |
| |
182 | 182 |
| |
| 183 | + | |
183 | 184 |
| |
184 | 185 |
| |
185 | 186 |
| |
| 187 | + | |
186 | 188 |
| |
187 | 189 |
| |
188 | 190 |
| |
| |||
341 | 343 |
| |
342 | 344 |
| |
343 | 345 |
| |
344 |
| - | |
| 346 | + | |
345 | 347 |
| |
346 | 348 |
| |
347 | 349 |
| |
| |||
442 | 444 |
| |
443 | 445 |
| |
444 | 446 |
| |
445 |
| - | |
| 447 | + | |
446 | 448 |
| |
447 | 449 |
| |
448 | 450 |
| |
|
0 commit comments
Comments
(0)