From 65afc42afa56f785d4129fa95df20e77c7df5367 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 12 Mar 2015 10:16:46 +0900 Subject: [PATCH] Remove superfluous comment --- repmgrd.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/repmgrd.c b/repmgrd.c index d5ea1b6e..d3d1426c 100644 --- a/repmgrd.c +++ b/repmgrd.c @@ -1324,11 +1324,6 @@ do_primary_failover(void) { log_err(_("promote command failed. You could check and try it manually.\n")); - /* - * At this point there's no valid primary we can write to, - * so can't add an entry to the event table. - */ - terminate(ERR_DB_QUERY); }