rnewson commented on a change in pull request #1272: Record and expose last 
compaction time
URL: https://github.com/apache/couchdb/pull/1272#discussion_r180344346
 
 

 ##########
 File path: src/couch/src/couch_bt_engine_header.erl
 ##########
 @@ -229,6 +236,7 @@ upgrade_disk_version(#db_header{}=Header) ->
         3 -> throw({database_disk_version_error, ?OLD_DISK_VERSION_ERROR});
         4 -> Header#db_header{security_ptr = nil}; % [0.10 - 0.11)
         5 -> Header; % pre 1.2
+        6 -> Header;
 
 Review comment:
   @davisp on reflection, I don't think I need to bump disk version as we're 
only adding a new field.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to