]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Don't waste a worker thread adding a connection to the pool
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 20 Feb 2021 00:47:00 +0000 (01:47 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 12 Mar 2021 04:07:25 +0000 (05:07 +0100)
commit9a95d83d6ec26cbf238c9dc66a0d8ccf8003991d
treea091bd63bf19910e858bb2b6b2fb573aa691e80d
parent52a80f25098d95a27c99ec78286aa23a5df766c9
Don't waste a worker thread adding a connection to the pool
psycopg3/psycopg3/pool.py
tests/test_pool.py