Lower "waiting for activity on tasks took longer than" log level.

It's perfectly normal to wait longer in several circumstances, and the
output can lead to spurious regression output changes.
pull/1938/head
Andres Freund 2016-09-27 17:19:33 -07:00
parent bd589b4555
commit 6de3a92e79
1 changed files with 1 additions and 1 deletions

View File

@ -883,7 +883,7 @@ MultiClientWait(WaitInfo *waitInfo)
}
else if (rc == 0)
{
ereport(DEBUG2,
ereport(DEBUG5,
(errmsg("waiting for activity on tasks took longer than %ld ms",
(long) RemoteTaskCheckInterval * 10)));
}