From af7dee05a4693d3c2092a939742954a4fd1065a4 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 14 Mar 2015 11:49:10 -0700 Subject: [PATCH] autofailover_quick_setup.rst: 'it is needed' -> 'you need' Drop the passive voice. --- autofailover_quick_setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autofailover_quick_setup.rst b/autofailover_quick_setup.rst index 91074445..0ba9987d 100644 --- a/autofailover_quick_setup.rst +++ b/autofailover_quick_setup.rst @@ -153,7 +153,7 @@ Log in to each server and configure repmgr by editing the file **node_name** is an identifier for every node. **conninfo** - is used to connect to the local PostgreSQL server (where the configuration file is) from any node. In the witness server configuration it is needed to add a 'port=5499' to the conninfo. + is used to connect to the local PostgreSQL server (where the configuration file is) from any node. In the witness server configuration you need to add a 'port=5499' to the conninfo. **master_response_timeout** is the maximum amount of time we are going to wait before deciding the master has died and start failover procedure. **reconnect_attempts**