iilyak commented on a change in pull request #496: Couchdb 3287 pluggable 
storage engines
URL: https://github.com/apache/couchdb/pull/496#discussion_r114863106
 
 

 ##########
 File path: src/couch/src/couch_db.erl
 ##########
 @@ -414,37 +390,34 @@ get_before_doc_update_fun(#db{before_doc_update = Fun}) 
->
 get_committed_update_seq(#db{committed_update_seq=Seq}) ->
     Seq.
 
-get_update_seq(#db{update_seq=Seq})->
-    Seq.
+get_update_seq(#db{} = Db)->
 
 Review comment:
   Minor nitpick. Some of the `get_` functions return `{ok, Result} and some 
just `Result`.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to