mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 07:52:21 +08:00
Postgres: Improve invalid port specifier error during health check (#105536)
normalize error message in postgres invalid port specifier error
This commit is contained in:
7
pkg/tsdb/grafana-postgresql-datasource/sqleng/errors.go
Normal file
7
pkg/tsdb/grafana-postgresql-datasource/sqleng/errors.go
Normal file
@ -0,0 +1,7 @@
|
||||
package sqleng
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrInvalidPortSpecified error = errors.New("invalid port in host specifier")
|
||||
)
|
Reference in New Issue
Block a user