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 2018/04/10 09:01:16 UTC

[GitHub] rnewson commented on a change in pull request #1272: Record and expose last compaction time

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


With regards,
Apache Git Services