提交 59cb3230 编写于 作者: T Tom Lane

Fix precedence problem in new Perl code.

I think this bit of commit 1f1cd9b5 didn't do quite what I meant :-(
上级 1cd2445c
......@@ -356,7 +356,7 @@ sub RenameTempFile
if (-f $final_name
&& compare($temp_name, $final_name) == 0)
{
unlink $temp_name || die "unlink: $temp_name: $!";
unlink($temp_name) || die "unlink: $temp_name: $!";
}
else
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册