Change successful standby promotion message to log level 'NOTICE'

Was previously 'ERROR'.
This commit is contained in:
Ian Barwick
2014-07-07 11:09:07 +09:00
parent e40b9db0a6
commit 98c5215871

View File

@@ -1458,7 +1458,7 @@ do_standby_promote(void)
} }
else else
{ {
log_err(_("%s: STANDBY PROMOTE successful. You should REINDEX any hash indexes you have.\n"), log_notice(_("%s: STANDBY PROMOTE successful. You should REINDEX any hash indexes you have.\n"),
progname); progname);
} }
PQfinish(conn); PQfinish(conn);