From a8c32a4032b3c1370ce509ee140a031dd60f008c Mon Sep 17 00:00:00 2001 From: Jecho Date: Mon, 7 Oct 2019 01:14:15 -0700 Subject: [PATCH] Fix minor typo in documentation #1212 Close #1211 --- docs/replication_modes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/replication_modes.rst b/docs/replication_modes.rst index 16097c19..b6dfe1d0 100644 --- a/docs/replication_modes.rst +++ b/docs/replication_modes.rst @@ -46,7 +46,7 @@ When ``synchronous_mode`` is on and a standby crashes, commits will block until When it is absolutely necessary to guarantee that each write is stored durably on at least two nodes, enable ``synchronous_mode_strict`` in addition to the -``synchronous_node``. This parameter prevents Patroni from switching off the +``synchronous_mode``. This parameter prevents Patroni from switching off the synchronous replication on the primary when no synchronous standby candidates are available. As a downside, the primary is not be available for writes (unless the Postgres transaction explicitly turns of ``synchronous_mode``),