rnewson commented on issue #4994: URL: https://github.com/apache/couchdb/issues/4994#issuecomment-2034862858
``` ([email protected])17> Views. [{mrview,0,0,0,[], [{<<"consumed">>,<<"_sum">>}], <<"function (doc) { if (doc.pvt_type != 'allotment_consumption' || doc.pvt_deleted) ret"...>>, nil,[]}, {mrview,1,0,0, [<<"consumed_by_callid">>], [], <<"function (doc) { if (doc.pvt_type != 'allotment_consumption' || doc.pvt_deleted)"...>>, nil,[]}] ([email protected])18> Language. <<"javascript">> ([email protected])19> DesignOpts. [] ([email protected])20> Libs. [] ([email protected])21> couch_util:to_hex_bin(couch_hash:md5_hash(term_to_binary({Views, Language, DesignOpts, Libs}))). <<"c15a2c0300aefa07abdea125eba80a98">> ([email protected])22> couch_util:to_hex_bin(couch_hash:md5_hash(term_to_binary({Views, Language, DesignOpts, Libs}, [{minor_version, 2}]))). <<"20ae103a2d660c16f4cbbc43703ede09">> ``` couchdb 3.3.3 does not use term_to_bin everywhere, so its output will vary based on whether it runs inside OTP 26 or earler. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
