From fa889a11ac73c9b8af0d3667a1ec2a2cd744094a Mon Sep 17 00:00:00 2001 From: Jaime Casanova Date: Wed, 13 Jun 2012 00:43:00 -0500 Subject: [PATCH] Remove now finished TODO item about having a sanity check for ssh --- TODO | 7 ------- 1 file changed, 7 deletions(-) diff --git a/TODO b/TODO index 276fce41..79397085 100644 --- a/TODO +++ b/TODO @@ -12,10 +12,3 @@ Known issues in repmgr * After running repmgrd as a regular foreground application, hitting control-C causes the program to crash. - -Planned feature improvements -============================ - -* Before running ``pg_start_backup()``, a sanity check that there is a - a working ssh connection to the destination would help find - configuration errors before disturbing the database.