Merge branch 'postgres_partitioning' into master_new

This commit is contained in:
CJ Cobb
2021-04-28 19:55:25 +00:00
10 changed files with 357 additions and 86 deletions

View File

@@ -273,7 +273,7 @@ CassandraBackend::doOnlineDelete(uint32_t minLedgerToKeep) const
}
void
CassandraBackend::open()
CassandraBackend::open(bool readOnly)
{
std::cout << config_ << std::endl;
auto getString = [this](std::string const& field) -> std::string {