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

Commit 1a281e8

Browse files
author
Sokolov Yura
committed
cfs: fix previous commit (found by Victor Wagner).
1 parent 2bc2af9 commit 1a281e8

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)