提交 445ca7ea 编写于 作者: A Ashwin Agrawal

Make wait for postmaster.pid file 5 seconds as before.

This was left behind to get converted to seconds by commit
7d59d215ec065983c666b80bc2c982d13e476c48. Most likely reason for gpexpand jobs.
上级 b2909e49
......@@ -672,7 +672,7 @@ test_postmaster_connection(bool do_checkpoint)
* file there but it appears stale, issue a suitable warning and give
* up waiting.
*/
if (i >= 5)
if (i >= 5 * WAITS_PER_SEC)
{
struct stat statbuf;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册