From 146bc594aef47b675670e7a7fd7f89b7c6a10843 Mon Sep 17 00:00:00 2001 From: John Christopher Anderson Date: Sun, 15 Feb 2009 20:36:53 +0000 Subject: View etags are now provided. See note in the source about how they could be more efficient. Changes arity on make_view_fold_fun etc. Closes COUCHDB-4 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@744747 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/couch_db.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/couchdb/couch_db.hrl') diff --git a/src/couchdb/couch_db.hrl b/src/couchdb/couch_db.hrl index 5b8b74ef..bfa16a3d 100644 --- a/src/couchdb/couch_db.hrl +++ b/src/couchdb/couch_db.hrl @@ -169,7 +169,7 @@ }). -record(group, - {type=view, % can also be slow_view + {type=view, % can also be temp_view sig=nil, db=nil, fd=nil, -- cgit v1.2.3