You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/02/19 23:26:29 UTC

[GitHub] [couchdb] davisp commented on a change in pull request #2571: Add fdb_to_revinfo compatibility with 5-tuple Val

davisp commented on a change in pull request #2571: Add fdb_to_revinfo compatibility with 5-tuple Val
URL: https://github.com/apache/couchdb/pull/2571#discussion_r381606199
 
 

 ##########
 File path: src/fabric/src/fabric2_fdb.erl
 ##########
 @@ -1253,6 +1255,21 @@ fdb_to_revinfo(Key, {?CURR_REV_FORMAT, _, _, _, _, _} = Val) ->
         rev_size => RevSize
     };
 
+fdb_to_revinfo(Key, {?CURR_REV_FORMAT, _, _, _, _} = Val) ->
 
 Review comment:
   This looks wrong to me. There shouldn't be two versions of the current winner rev value.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services