Keep minimal connection for default database name
Since #7531 (closed) the default database name has minimal connection always set to 0.
The problem is that when the only available database is the default name (so when we do not have access to the usual template1
) then we have no pool of connection.
This may happen with some managed database services which gives only access to one database.