forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1c42346
committed
Doc: Clarify interactions of pg_receivewal with remote_apply
Using pg_receivewal with synchronous_commit = remote_apply set in thebackend is incompatible if pg_receivewal is a synchronous standby as itnever applies WAL, so document this problem and solutions to it.Backpatch to 9.6, where remote_apply has been added.Author: Robert Haas, Jesper PedersenReviewed-by: Laurenz Albe, Álvaro Herrera, Michael PaquierDiscussion:https://postgr.es/m/1427a2d3-1e51-9335-1931-4f8853d90d5e@redhat.comBackpatch-through: 9.61 parent46fb7ff commit1c42346
1 file changed
+11
-1
lines changedLines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
56 | 66 |
| |
57 | 67 |
| |
58 | 68 |
| |
|
0 commit comments
Comments
(0)