From d4578e023e7ae3bd846de266cb1ecbc484c2a6c8 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 5 Feb 2015 11:19:54 +0900 Subject: [PATCH] Mention `use_replication_slots` in sample config file --- repmgr.conf.sample | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/repmgr.conf.sample b/repmgr.conf.sample index 56d362d3..0f0e9bae 100644 --- a/repmgr.conf.sample +++ b/repmgr.conf.sample @@ -60,3 +60,8 @@ pg_bindir=/usr/bin/ # value is 300) # # retry_promote_interval_secs=300 + + +# physical replication slots - PostgreSQL 9.4 and later only +# +# use_replication_slots=1 \ No newline at end of file