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
committed by Jaime Casanova
parent 1aa36ca1c1
commit 7b87b5eddd

View File

@@ -1437,7 +1437,7 @@ do_standby_promote(void)
}
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);
}
PQfinish(conn);