@@ -21,6 +21,9 @@ var (
)
func (a *App) newPGXPool(name string) *pgxpool.Pool {
slog.Debug("newPGXPool", "name", name, "datasource", a.Datasource(name))
pgxMutex.Lock()
defer pgxMutex.Unlock()
The note is not visible to the blocked user.