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 2017/04/04 21:19:26 UTC

[8/9] fabric commit: updated refs/heads/COUCHDB-3288-remove-public-db-record to c1f1501

Revert "Handle no_pass message when limit is 0"

This partially reverts commit 998cf2. Only the path src/fabric_rpc.erl has
been reverted, which is 1 out of 2 files changed in the original commit.


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/commit/aa8cbe38
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/tree/aa8cbe38
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/diff/aa8cbe38

Branch: refs/heads/COUCHDB-3288-remove-public-db-record
Commit: aa8cbe3836622709c568b8541a02d126ac6af35b
Parents: ce62148
Author: ILYA Khlopotov <ii...@apache.org>
Authored: Thu Jan 26 10:19:27 2017 -0800
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Tue Apr 4 16:18:36 2017 -0500

----------------------------------------------------------------------
 src/fabric_rpc.erl | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/aa8cbe38/src/fabric_rpc.erl
----------------------------------------------------------------------
diff --git a/src/fabric_rpc.erl b/src/fabric_rpc.erl
index 80b110a..a3f9bde 100644
--- a/src/fabric_rpc.erl
+++ b/src/fabric_rpc.erl
@@ -351,9 +351,7 @@ changes_enumerator(DocInfo, Acc) ->
     #doc_info{id=Id, high_seq=Seq, revs=[#rev_info{deleted=Del}|_]} = DocInfo,
     case [X || X <- couch_changes:filter(Db, DocInfo, Filter), X /= null] of
     [] ->
-        ChangesRow = {no_pass, [
-            {pending, Pending-1},
-            {seq, Seq}]};
+        ChangesRow = {no_pass, Seq};
     Results ->
         Opts = if Conflicts -> [conflicts | DocOptions]; true -> DocOptions end,
         ChangesRow = {change, [