forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdf161c9
committed
pg_upgrade: force timeline 1 in the new cluster
Previously, this prevented promoted standby servers from being upgradedbecause of a missing WAL history file. (Timeline 1 doesn't need ahistory file, and we don't copy WAL files anyway.)Report by Christian Echerer(?), Alexey KlyukinBackpatch through 9.01 parent2194aa9 commitdf161c9
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
473 | | - | |
474 | | - | |
| 473 | + | |
| 474 | + | |
475 | 475 | | |
476 | 476 | | |
477 | 477 | | |
| |||
0 commit comments
Comments
(0)