You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "iilyak (via GitHub)" <gi...@apache.org> on 2023/05/03 21:01:09 UTC

[GitHub] [couchdb] iilyak commented on a diff in pull request #4551: test only

iilyak commented on code in PR #4551:
URL: https://github.com/apache/couchdb/pull/4551#discussion_r1184277118


##########
src/couch/src/couch_att.erl:
##########
@@ -76,7 +76,7 @@
     %% differs from att_len when encoding /= identity
     disk_len :: non_neg_integer(),
 
-    md5 = <<>> :: binary(),
+    digest = <<>> :: binary(),

Review Comment:
   I don't think it matter since records are just tuples on the wire.



-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org