You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/08/05 18:40:50 UTC

[GitHub] [couchdb] davisp commented on a change in pull request #3058: Ebtree fixes

davisp commented on a change in pull request #3058:
URL: https://github.com/apache/couchdb/pull/3058#discussion_r465927945



##########
File path: src/ebtree/src/ebtree.erl
##########
@@ -411,6 +419,9 @@ range(Db, #tree{} = Tree, StartKey, EndKey, AccFun, Acc0) ->
     end).
 
 
+range(_Tx, #tree{}, #node{level = 0, members = []}, _StartKey, _EndKey, _AccFun, Acc0) ->

Review comment:
       When the tree is empty like it says in the commit message.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org