Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always return real WAL restore error
If we return the context error it will be "context canceled" but the errgroup has the real error. Context should never be canceled unless the errgroup had errored.
- Loading branch information