ksnavely commented on a change in pull request #754: Compactor optimization -
PR FOR FEEDBACK ONLY
URL: https://github.com/apache/couchdb/pull/754#discussion_r133543459
##########
File path: src/couch/src/couch_db_updater.erl
##########
@@ -1216,7 +1218,7 @@ copy_compact(#comp_st{} = CompSt) ->
{changes_done, 0},
{total_changes, TotalChanges}
],
- case (Retry /= nil) and couch_task_status:is_task_added() of
+ case (Retry) and couch_task_status:is_task_added() of
Review comment:
unnecessary parens
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services