Doc: Clarify interactions of pg_receivexlog with remote_apply Using pg_receivexlog with synchronous_commit = remote_apply set in the backend is incompatible if pg_receivexlog 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 ------ REL9_6_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/4a25ed16400c01fb64c23d2d6f413af95b4e28f8 Modified Files -------------- doc/src/sgml/ref/pg_receivexlog.sgml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-)
