From 3d08800521399e4382794af1398c00435740aeeb 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 5219f21a..64c33c92 100644 --- a/doc/repmgr-node-rejoin.xml +++ b/doc/repmgr-node-rejoin.xml @@ -430,7 +430,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. @@ -460,8 +460,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,