From feb90ee50cd409178907fdca0b72a84bd6f0f142 Mon Sep 17 00:00:00 2001 From: John Naylor Date: Thu, 14 Mar 2019 11:58:31 +0800 Subject: [PATCH] Correct some doc typos --- doc/appendix-release-notes.sgml | 2 +- doc/repmgr-standby-promote.sgml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/appendix-release-notes.sgml b/doc/appendix-release-notes.sgml index b2e9f979..6aafea77 100644 --- a/doc/appendix-release-notes.sgml +++ b/doc/appendix-release-notes.sgml @@ -132,7 +132,7 @@ REPMGRD_OPTS="--daemonize=false" - Add check repmgr standby switchover + Add check to repmgr standby switchover to ensure the data directory on the demotion candidate is configured correctly in repmgr.conf. This is to ensure that &repmgr;, when remotely executed on the demotion candidate, can correctly verify that PostgreSQL on the demotion candidate was shut down cleanly. GitHub #523. diff --git a/doc/repmgr-standby-promote.sgml b/doc/repmgr-standby-promote.sgml index 3823b146..72be9f48 100644 --- a/doc/repmgr-standby-promote.sgml +++ b/doc/repmgr-standby-promote.sgml @@ -99,7 +99,7 @@ promote_check_interval: - interval (in seconds, default: 1 seconds) to wait between each check + interval (in seconds, default: 1 second) to wait between each check to determine whether the standby has been promoted.