Skip to content

Commit 8a0bde5

Browse files
author
Jonathan S. Katz
committed
Fix overly ambitious backpatch
Or in other words, missed removing a return
1 parent b344fda commit 8a0bde5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/pgo-rmdata/process.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ func Delete(request Request) {
6565
// continue with removing the replica
6666
if !kerror.IsNotFound(err) {
6767
log.Error(err)
68-
return
6968
} else {
7069
log.Debug("pgreplica not found, assuming scale down of original primary")
7170
}

0 commit comments

Comments
 (0)