[
https://issues.apache.org/jira/browse/COUCHDB-920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12929682#action_12929682
]
Paul Joseph Davis commented on COUCHDB-920:
-------------------------------------------
Cool. I'll just reiterate that I think if we're going to start refactoring
couch_btree (which it definitely needs) we should go much further so that we
fix some of the more gnarly bits while we're at it.
> BTree: modify_node() and complete_root() functions do not make a new btree
> record
> ---------------------------------------------------------------------------------
>
> Key: COUCHDB-920
> URL: https://issues.apache.org/jira/browse/COUCHDB-920
> Project: CouchDB
> Issue Type: Improvement
> Components: Database Core
> Affects Versions: 1.0.1
> Reporter: Andrey Somov
> Priority: Minor
> Attachments: btree_issue920.patch
>
>
> BTree: modify_node() and complete_root() functions do not make a new btree
> record. But nevertheless they return a btree as if it is different. The patch
> simplifies the code and makes it clear that only query_modify() function
> makes a new btree record.
> tests are OK.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.