Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
115735: workload/schemachange: `Release` connection only when acquired r=rafiss a=renatolabs Previously, we would call `defer conn.Release` before the we were sure if we actually acquired a connection, which could lead to nil pointer dereference panics in case of error. Epic: none Release note: None Co-authored-by: Renato Costa <[email protected]>
- Loading branch information