From 7067d744c68a4358697336cb906a05cc4f9729b9 Mon Sep 17 00:00:00 2001 From: Polina Bungina <27892524+hughcapet@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:41:00 +0200 Subject: [PATCH] Fix release notes indent (#3088) --- docs/releases.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases.rst b/docs/releases.rst index c0fedf85..797209a0 100644 --- a/docs/releases.rst +++ b/docs/releases.rst @@ -23,7 +23,7 @@ Released 2024-06-17 - Fix wrong role reporting in standby clusters (Alexander Kukushkin) -`synchronous_standby_names` and synchronous replication only work on a real primary node and in the case of cascading replication are simply ignored by Postgres. Before this fix, `patronictl list` and `GET /cluster` were falsely reporting some nodes as synchronous. + ``synchronous_standby_names`` and synchronous replication only work on a real primary node and in the case of cascading replication are simply ignored by Postgres. Before this fix, ``patronictl list`` and ``GET /cluster`` were falsely reporting some nodes as synchronous. - Fix availability of the ``allow_in_place_tablespaces`` GUC (Polina Bungina)