From 709276a19cf68884710932713c7334b231304eb2 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 30 Oct 2015 17:03:01 +0900 Subject: [PATCH] Add TODO item --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index 3f738e7c..b1b5c38a 100644 --- a/TODO +++ b/TODO @@ -56,6 +56,10 @@ Planned feature improvements * make repmgrd more robust +* repmgr: when cloning a standby using pg_basebackup and replication slots are + requested, activate the replication slot using pg_receivexlog to negate the + need to set `wal_keep_segments` just for the initial clone (9.4 and 9.5). + Usability improvements ======================