You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2020/07/30 18:04:38 UTC

[couchdb] branch prototype/fdb-layer-ebtree-reduce-5 created (now 85229af)

This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a change to branch prototype/fdb-layer-ebtree-reduce-5
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at 85229af  export reduce/5

This branch includes the following new commits:

     new 85229af  export reduce/5

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: export reduce/5

Posted by rn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch prototype/fdb-layer-ebtree-reduce-5
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 85229af71dc349afa8487650f69be48e4581a9c5
Author: Robert Newson <rn...@apache.org>
AuthorDate: Thu Jul 30 19:02:32 2020 +0100

    export reduce/5
---
 src/ebtree/src/ebtree.erl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/ebtree/src/ebtree.erl b/src/ebtree/src/ebtree.erl
index bae0ff3..964d553 100644
--- a/src/ebtree/src/ebtree.erl
+++ b/src/ebtree/src/ebtree.erl
@@ -25,6 +25,7 @@
      fold/4,
      fold/5,
      reduce/4,
+     reduce/5,
      full_reduce/2,
      group_reduce/7,
      group_reduce/8,