forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit820f882
committed
doc: Remove reference to recovery params for divergence lookup in pg_rewind
The documentation of pg_rewind mentioned the use of restore_command andprimary_conninfo as options available at startup to fetch missing WALsegments that could be used to find the point of divergence for therewind. This is confusing because when finding the point of divergencethe target cluster is offline, so this option is not available.Issue introduced by878bd9a, so backpatch down to 9.6. Thedocumentation of 13 and HEAD was already right as this sentence has beenchanged bya7e8ece when introducing -c/--restore-target-wal.Reported-by: Amine TengilimogluDiscussion:https://postgr.es/m/CADTdw-w_0MP=iQrfizeU4QU5fcZb+w8P_oPeLL+WznWf0kbn3w@mail.gmail.comBackpatch-through: 9.61 parent9f540f8 commit820f882
1 file changed
+4
-6
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
77 | 75 |
| |
78 | 76 |
| |
79 | 77 |
| |
|
0 commit comments
Comments
(0)