From 8edc64f64e29e4c90a2de7a5b991d4d3cac1ed77 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 14 Jul 2022 10:11:01 +0900 Subject: [PATCH] doc: update note about pg_rewind corner-case bug Sadly it's likely there are still installations running PostgreSQL versions released prior to February 2021, so keep the note there for now. --- doc/repmgr-node-rejoin.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/repmgr-node-rejoin.xml b/doc/repmgr-node-rejoin.xml index 914ea46d..bae78f4c 100644 --- a/doc/repmgr-node-rejoin.xml +++ b/doc/repmgr-node-rejoin.xml @@ -451,7 +451,7 @@ - In all current PostgreSQL versions (as of September 2020), pg_rewind + In all PostgreSQL released before February 2021, pg_rewind contains a corner-case bug which affects standbys in a very specific situation. @@ -481,8 +481,7 @@ Currently it is not possible to resolve this situation using pg_rewind. A patch - has been successfully submitted and will be included the next PostgreSQL minor release round, scheduled for - February 2021. + was submitted and is included in all PostgreSQL versions released in February 2021 or later. As a workaround, start the primary server the standby was previously attached to,