forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc2e3b31
committed
Fix --dry-run mode of pg_rewind
Even if --dry-run mode was specified, the control file was gettingupdated, preventing follow-up runs of pg_rewind to work properly on thetarget data folder. The origin of the problem came from the refactoringdone byce6afc6.Author: Alexey KondratovDiscussion:https://postgr.es/m/7ca88204-3e0b-2f4c-c8af-acadc4b266e5@postgrespro.ruBackpatch-through: 121 parent8381242 commitc2e3b31
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
388 | 388 |
| |
389 | 389 |
| |
390 | 390 |
| |
391 |
| - | |
| 391 | + | |
| 392 | + | |
392 | 393 |
| |
393 | 394 |
| |
394 | 395 |
| |
|
0 commit comments
Comments
(0)