Nope, no real point doing that here

This commit is contained in:
Ian Barwick
2015-01-05 22:55:58 +09:00
parent 97fb3dbb14
commit e85e0732ef

View File

@@ -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);