From 83e6d1541010fc31f9a2ddb7c0e3158826c46f49 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 e1b91f8e..30cd91db 100644 --- a/TODO +++ b/TODO @@ -49,6 +49,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 ======================