Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 86448 invoked from network); 9 Mar 2011 14:44:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Mar 2011 14:44:06 -0000 Received: (qmail 57955 invoked by uid 500); 9 Mar 2011 14:44:05 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 57916 invoked by uid 500); 9 Mar 2011 14:44:05 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 57908 invoked by uid 99); 9 Mar 2011 14:44:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Mar 2011 14:44:05 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of trophybase@googlemail.com designates 209.85.215.52 as permitted sender) Received: from [209.85.215.52] (HELO mail-ew0-f52.google.com) (209.85.215.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Mar 2011 14:43:59 +0000 Received: by ewy28 with SMTP id 28so193150ewy.11 for ; Wed, 09 Mar 2011 06:43:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=udD6jXFpENqT+F2+iYfQWBNG8t4Q6OC8IlDALSR/MBg=; b=hoQvulmtXSNV2lV7MTf1xMh/gg/Qu3u5A/4bgBXHKM2i0NFFOZQByArbBNaeQV5vPs 8bRoqPhrBMxbmskGg36vEmJ0W18/jULSIpQIRfI87Ml1cUk5/OH+tV/OaNX/1F1P/eTN JFUUvJL3UHeilwbLn2Z7phf5pN1puGocKykYA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=KJ6KPRhG3wGuY8PJigOKdXX+fUytdUfXxZetzup3VGsBGnLVV8y9MJLA4LswPhmCEM onRowuIiLYCOrfhLAkwONPvV6b1UV2KomdlhE4pbMX0p287pAjeu4pPJgGdoQuWjyqEz Cr30+zrlW6k9UFqgZ+uqjvmQ1l2x0qt7DL2Ns= MIME-Version: 1.0 Received: by 10.14.37.1 with SMTP id x1mr2311673eea.33.1299681819051; Wed, 09 Mar 2011 06:43:39 -0800 (PST) Received: by 10.14.45.14 with HTTP; Wed, 9 Mar 2011 06:43:38 -0800 (PST) Date: Wed, 9 Mar 2011 15:43:38 +0100 Message-ID: Subject: Tree::term() is really a tree() From: Andrey Somov To: dev@couchdb.apache.org Content-Type: multipart/alternative; boundary=90e6ba6151ba254874049e0dc158 X-Virus-Checked: Checked by ClamAV on apache.org --90e6ba6151ba254874049e0dc158 Content-Type: text/plain; charset=ISO-8859-1 Hi all, I have found the following comment in the source (couch_db.hrl): % Tree::term() is really a tree(), but we don't want to require R13B04 yet -type branch() :: {Key::term(), Value::term(), Tree::term()}. Does it mean that CouchDB includes its own copy of gb_trees.erl ? Does it mean that CouchDB implements its own tree but the interface is identical to gb_trees.erl and it will be changed once R13B04 is required ? - Andrey --90e6ba6151ba254874049e0dc158--