From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Doc: Clarify interactions of pg_receivewal with remote_apply |
Date: | 2019-07-24 02:28:39 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Doc: Clarify interactions of pg_receivewal with remote_apply
Using pg_receivewal with synchronous_commit = remote_apply set in the
backend is incompatible if pg_receivewal is a synchronous standby as it
never applies WAL, so document this problem and solutions to it.
Backpatch to 9.6, where remote_apply has been added.
Author: Robert Haas, Jesper Pedersen
Reviewed-by: Laurenz Albe, Álvaro Herrera, Michael Paquier
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 9.6
Branch
------
REL_11_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/059e22693b2312cd091e5afe5800cedc6abd14b8
Modified Files
--------------
doc/src/sgml/ref/pg_receivewal.sgml | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Stefan Kaltenbrunner | 2019-07-24 06:23:13 | Re: pgsql: Doc: Clarify interactions of pg_receivewal with remote_apply |
Previous Message | Michael Paquier | 2019-07-24 01:55:51 | pgsql: Improve stability of TAP test for synchronous replication |