-
Notifications
You must be signed in to change notification settings - Fork 472
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compaction: remove redundant cleanup code
The main compaction code deletes all created tables in case of error. The calling code also deletes them by declaring them obsolete; this is unnecessary. This change makes the copy compaction code also delete the object on error, and removes the outer handling code (along with all `pendingOutputs` returns).
- Loading branch information
1 parent
57caca1
commit 6a357e6
Showing
3 changed files
with
41 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters