Content-Length: 259663 | pFad | http://github.com/postgrespro/postgres/commit/59cb323053f4ed582d4e71acaeb5770603f074db

33 Fix precedence problem in new Perl code. · postgrespro/postgres@59cb323 · GitHub
Skip to content

Commit 59cb323

Browse files
committed
Fix precedence problem in new Perl code.
I think this bit of commit 1f1cd9b didn't do quite what I meant :-(
1 parent 1cd2445 commit 59cb323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/catalog/Catalog.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ sub RenameTempFile
356356
if (-f $final_name
357357
&& compare($temp_name, $final_name) == 0)
358358
{
359-
unlink $temp_name || die "unlink: $temp_name: $!";
359+
unlink($temp_name) || die "unlink: $temp_name: $!";
360360
}
361361
else
362362
{

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/59cb323053f4ed582d4e71acaeb5770603f074db

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy