From 17333052c495d2015accb7fb57cfcc96d3e7f011 Mon Sep 17 00:00:00 2001 From: "Damien F. Katz" Date: Thu, 14 Aug 2008 17:47:24 +0000 Subject: CouchDB performance work. Faster Btree updates and lookups. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@685975 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 0c274396..43860a1a 100644 --- a/src/couchdb/couch_db.hrl +++ b/src/couchdb/couch_db.hrl @@ -52,7 +52,7 @@ -record(doc, { id = "", - revs = [], % in the form [{RevId, IsAvailable}, ...] + revs = [], % the json body object. body = {obj, []}, -- cgit v1.2.3