We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9e0c3 commit ba3d079Copy full SHA for ba3d079
postgresql/config.go
@@ -249,7 +249,7 @@ func (c *Config) connParams() []string {
249
}
250
251
func (c *Config) connStr(database string) string {
252
- host = c.Host
+ host := c.Host
253
// For GCP, support both project/region/instance and project:region:instance
254
// (The second one allows to use the output of google_sql_database_instance as host
255
if c.Scheme == "gcppostgres" {
0 commit comments