You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/07/17 16:46:33 UTC

[GitHub] davisp commented on a change in pull request #597: Move view index files to .view_deleted when db is deleted

davisp commented on a change in pull request #597: Move view index files to .view_deleted when db is deleted
URL: https://github.com/apache/couchdb/pull/597#discussion_r127758922
 
 

 ##########
 File path: src/couch/src/couch_file.erl
 ##########
 @@ -317,6 +335,9 @@ init_delete_dir(RootDir) ->
     end),
     ok.
 
+init_recovery_dir(RootDir) ->
+    Dir = filename:join(RootDir,".recovery"),
 
 Review comment:
   Missing space after comma here and the next line.
 
----------------------------------------------------------------
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