From b509ce63829ecdb6b06d535574bf87c996819b8c Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 5 Oct 2016 16:47:37 +0900 Subject: [PATCH] Minor README fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ba6ed04..6618c5d8 100644 --- a/README.md +++ b/README.md @@ -1012,7 +1012,7 @@ should have been updated to reflect this: at a two-server master/standby replication cluster and currently does not support additional standbys. - `repmgr standby switchover` is designed to use the `pg_rewind` utility, - standard in 9.5 and later and available for separately in 9.3 and 9.4 + standard in 9.5 and later and available separately in 9.3 and 9.4 (see note below) - `pg_rewind` *requires* that either `wal_log_hints` is enabled, or that data checksums were enabled when the cluster was initialized. See the