You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makezero checks to prevent bugs caused by initializing a slice with non-constant length and later appending to it. internal/patroni/config.go:257:11: append to slice `hba` with non-zero initialized length (makezero) hba = append(hba, value) ^ internal/patroni/config.go:264:10: append to slice `hba` with non-zero initialized length (makezero) hba = append(hba, pgHBAs.Default[i].String())
0 commit comments