You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by bb...@apache.org on 2014/10/31 20:53:51 UTC

[36/41] couch-mrview commit: updated refs/heads/master to 28e51f3

make REM_VAL an atom in order to differentiate between possible emitted values and the key-removed placeholder.


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/commit/2e0be356
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/tree/2e0be356
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/diff/2e0be356

Branch: refs/heads/master
Commit: 2e0be3567c68968b24f1a233fb7b5e399e961ea8
Parents: b01a0bf
Author: Benjamin Bastian <be...@gmail.com>
Authored: Tue Sep 16 12:27:26 2014 -0700
Committer: Benjamin Bastian <be...@gmail.com>
Committed: Thu Oct 30 19:28:41 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/blob/2e0be356/src/couch_mrview_updater.erl
----------------------------------------------------------------------
diff --git a/src/couch_mrview_updater.erl b/src/couch_mrview_updater.erl
index f92a2a2..b7f91e1 100644
--- a/src/couch_mrview_updater.erl
+++ b/src/couch_mrview_updater.erl
@@ -17,7 +17,7 @@
 -include_lib("couch/include/couch_db.hrl").
 -include_lib("couch_mrview/include/couch_mrview.hrl").
 
--define(REM_VAL,  {[{<<"_removed">>, true}]}).
+-define(REM_VAL, removed).
 
 
 start_update(Partial, State, NumChanges) ->