From 84d2a292b25f594ec34ba88cae0771f8ff8a34ef Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 30 Nov 2015 14:26:00 +0900 Subject: [PATCH] Update TODO --- TODO | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index a7a2662c..5a89f415 100644 --- a/TODO +++ b/TODO @@ -63,6 +63,8 @@ Usability improvements * repmgr: when unregistering a node, delete any entries in the repl_monitoring table. -* repmgr: remove warning about reindexing hash tables; possibly replace - with an (optional?) check for the existance of any hash indexes - and warn if any found ("hash indexes detected - good luck with that...") +* repmgr: for "standby unregister", accept connection parameters for the + primary and perform metadata updates (and slot removal) directly on + the primary, to allow a shutdown standby to be unregistered + (currently the standby must still be running, which means the replication + slot can't be dropped).