Postgresql | remaining connection slots are reserved for non-replication superuser connections
In my case, I am programming in Go… and got this error message in the system logs, and my app couldn’t get to the DB, until I restarted the database server. I was building this exec in a new OS and a later release of postgresql. In my case, I found that, simply, for every … Read more