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:56 UTC

[couchdb] 25/33: WIP - couch_index_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 a5083e3fad157571b28e7863b803f5d4fdcd0127
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Mon Mar 26 13:24:16 2018 -0500

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

diff --git a/src/couch_index/src/couch_index_updater.erl b/src/couch_index/src/couch_index_updater.erl
index 6dc587d..14f2c08 100644
--- a/src/couch_index/src/couch_index_updater.erl
+++ b/src/couch_index/src/couch_index_updater.erl
@@ -219,7 +219,7 @@ purge_index(Db, Mod, IdxState) ->
                 {ok, StateAcc} = Mod:purge(Db, PurgeSeq, [{Id, Revs}], Acc),
                 StateAcc
             end,
-            {ok, NewStateAcc} = couch_db:fold_purged_docs(
+            {ok, NewStateAcc} = couch_db:fold_purge_infos(
                 Db,
                 IdxPurgeSeq,
                 FoldFun,

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