You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ji...@apache.org on 2020/05/13 15:22:13 UTC

[couchdb] 01/01: Merge pull request #2857 from apache/background-db-deletion

This is an automated email from the ASF dual-hosted git repository.

jiangphcn pushed a commit to branch prototype/fdb-layer
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 112790829472c50b66d1cd50f78e28a1372909ea
Merge: 968def8 91becc1
Author: Peng Hui Jiang <ji...@cn.ibm.com>
AuthorDate: Wed May 13 23:21:58 2020 +0800

    Merge pull request #2857 from apache/background-db-deletion
    
    Background database deletion

 src/fabric/include/fabric2.hrl            |   1 +
 src/fabric/src/fabric2_db_expiration.erl  | 246 ++++++++++++++++++++++++++++++
 src/fabric/src/fabric2_sup.erl            |  10 +-
 src/fabric/test/fabric2_db_crud_tests.erl | 104 ++++++++++++-
 4 files changed, 358 insertions(+), 3 deletions(-)