From e85e0732efee2f321390fb9364029679e7d1a251 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 5 Jan 2015 22:55:58 +0900 Subject: [PATCH] Nope, no real point doing that here --- repmgr.c | 1 - 1 file changed, 1 deletion(-) diff --git a/repmgr.c b/repmgr.c index 768c69ef..f6ad4ce6 100644 --- a/repmgr.c +++ b/repmgr.c @@ -1193,7 +1193,6 @@ do_standby_promote(void) conn = establish_db_connection(options.conninfo, true); /* Verify that standby is a supported server version */ - /* XXX verify that primary and standby are compatible versions? */ log_info(_("%s connected to standby, checking its state\n"), progname); check_server_version(conn, "standby", true, NULL);