refactor publish sequence logic for read only

This commit is contained in:
CJ Cobb
2022-02-17 20:49:28 +00:00
committed by CJ Cobb
parent d9741c7c80
commit f84733cb20
7 changed files with 102 additions and 93 deletions

View File

@@ -717,7 +717,7 @@ PostgresBackend::startWrites() const
}
bool
PostgresBackend::doFinishWrites() const
PostgresBackend::doFinishWrites()
{
synchronous([&](boost::asio::yield_context yield) {
if (!abortWrite_)