2
0
Files
pgx/stdlib
Greg Curtis 8b8e883961 stdlib: fix race with Driver.configs in Open
The Driver.configs map is protected by configMutex in
registerDriverConfig and unregisterDriverConfig, but not in Open. This
results in a race if Open is called while another goroutine is
registering/unregistering a DriverConfig.
2018-11-10 00:28:05 -08:00
..
2018-04-08 11:12:15 -04:00
2018-04-08 11:12:15 -04:00