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_r128801767
 
 

 ##########
 File path: src/couch/src/couch_file.erl
 ##########
 @@ -264,6 +265,18 @@ rename_file(Original) ->
         Else -> Else
     end.
 
+rename_dir(RootDelDir, Original, DbName) ->
+    DbDir = binary_to_list(DbName) ++ "_design",
+    DeletedIndexDir = filename:join(
 
 Review comment:
   Minor nit, this should be RenamedIndexDir or future us might get confused 
why its called Deleted but isn't actually getting deleted.
 
----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to