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
log.Printf("[WARN] Failed to parse max_connections from pg_control: %v", err)
212
+
continue
213
+
}
214
+
ifmaxConns>c.internalConfig[k].(int) {
215
+
// If the max_connections from pg_control is greater than the current default, update it.
216
+
log.Printf("[WARN] pg_control specifies a max_connections value of %d, which is greater than our default of %d. Updating.", maxConns, c.internalConfig[k].(int))
0 commit comments