Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cca00d5

Browse files
committed
Fix incorrect merge of md.c with CFS_385 branch
1 parent 306ec73 commit cca00d5

File tree

1 file changed

+1
-0
lines changed
  • src/backend/storage/smgr

1 file changed

+1
-0
lines changed

src/backend/storage/smgr/md.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,7 @@ mdunlink(RelFileNodeBackend rnode, ForkNumber forkNum, bool isRedo)
477477
mdunlinkfork(rnode, forkNum, isRedo);
478478
}
479479
else
480+
{
480481
mdunlinkfork(rnode, forkNum, isRedo);
481482
}
482483
}

0 commit comments

Comments
 (0)