Postgres: Improve invalid port specifier error during health check (#105536)
normalize error message in postgres invalid port specifier error
This commit is contained in:
@@ -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