提交 662ca285 编写于 作者: R Robert Haas

Put back code inadvertently deleted from exit_nicely.

Report by Andrew Dunstan.
上级 05261ab6
......@@ -1332,5 +1332,10 @@ exit_nicely(int code)
(*on_exit_nicely_list[i].function)(code,
on_exit_nicely_list[i].arg);
#ifdef WIN32
if (parallel_init_done && GetCurrentThreadId() != mainThreadId)
ExitThread(code);
#endif
exit(code);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册