提交 f132824c 编写于 作者: P Peter Eisentraut

Another fix for pg_regress: Replace exit_nicely() with exit() plus

atexit() hook
上级 bd09111f
......@@ -69,7 +69,7 @@ isolation_start_test(const char *testname,
{
fprintf(stderr, _("could not start process for test %s\n"),
testname);
exit_nicely(2);
exit(2);
}
return pid;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册