]> git.ipfire.org Git - thirdparty/psycopg.git/commit
refactor(pool): rename SyncConnectFailedCB to ConnectFailedCB 525/head
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 15 Mar 2023 02:46:54 +0000 (03:46 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 15 Mar 2023 02:52:21 +0000 (03:52 +0100)
commit19a3794c0a76b99edab8b37a934b31a00cec5b90
tree53d9b211e93567096805ad848338dc8d32c3dd3d
parentf831a052cd403c39cddbf7d83af45d081b686ee0
refactor(pool): rename SyncConnectFailedCB to ConnectFailedCB

For every other object in the codebase of which there are sync and
async versions, the sync one doesn't have a prefix.
psycopg_pool/psycopg_pool/null_pool.py
psycopg_pool/psycopg_pool/pool.py