online delete with postgres. seems to work

This commit is contained in:
CJ Cobb
2021-03-23 15:55:09 -04:00
parent c6a42fa9f2
commit 564d46cb5f
8 changed files with 147 additions and 1 deletions

View File

@@ -144,6 +144,9 @@ public:
virtual bool
finishWrites() const = 0;
virtual bool
doOnlineDelete(uint32_t minLedgerToKeep) const = 0;
virtual ~BackendInterface()
{
}