Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backupccl,changefeedccl: properly display name if resource exists
Previously, we were passing a `*string` to a string formatting function (`pgnotice.Newf`) with the `%q` verb. This leads to messages being displayed to the user that look like: ``` NOTICE: schedule %!q(*string=0xc006b324e0) already exists, skipping ``` This properly dereferences the pointer before printing. Epic: none Release note: None
- Loading branch information