You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2018/03/26 20:55:39 UTC

[couchdb] 08/33: WIP - couch_db_updater.erl

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

davisp pushed a commit to branch COUCHDB-3326-clustered-purge-davisp-refactor
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit e5bb653e60a3b6e947012d8872c570af82e7baa0
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Mon Mar 26 10:26:16 2018 -0500

    WIP - couch_db_updater.erl
---
 src/couch/src/couch_db_updater.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/couch/src/couch_db_updater.erl b/src/couch/src/couch_db_updater.erl
index 23a77fb..7ba3ce8 100644
--- a/src/couch/src/couch_db_updater.erl
+++ b/src/couch/src/couch_db_updater.erl
@@ -118,7 +118,7 @@ handle_call({purge_docs, PurgeReqs0, Options}, _From, Db) ->
 
     InitAcc = {[], [], []},
     {Pairs, PInfos, Replies} = purge_docs(
-            Db, PurgeReqs, DocInfos, UpdateSeq, PurgeSeq, InitAcc),
+            PurgeReqs, DocInfos, UpdateSeq, PurgeSeq, InitAcc),
 
     Db2 = if Pairs == [] -> Db; true ->
         {ok, Db1} = couch_db_engine:purge_docs(Db, Pairs, PInfos),

-- 
To stop receiving notification emails like this one, please contact
davisp@apache.org.