mirror of
https://github.com/grafana/grafana.git
synced 2025-09-27 05:43:43 +08:00
Postgres: Config diagnostics / logging update (#105666)
* config diagnostics update * update tests * fix typo
This commit is contained in:
@ -3,5 +3,6 @@ package sqleng
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrInvalidPortSpecified error = errors.New("invalid port in host specifier")
|
||||
ErrParsingPostgresURL error = errors.New("error parsing postgres url")
|
||||
ErrCertFileNotExist error = errors.New("certificate file doesn't exist")
|
||||
)
|
||||
|
Reference in New Issue
Block a user