]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix: force a sync exiting the pipeline mode
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 26 Jan 2024 00:29:29 +0000 (00:29 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 26 Jan 2024 23:52:52 +0000 (23:52 +0000)
commitfde1a0d9241c50890bf4d8ac0fc6c33a8348b310
treebe9a5e5d4132fc92e489a28c536f4fa5dc0b2d15
parentc170851ab85f63935c0709ff0bfd7c1e7e9dd0c0
fix: force a sync exiting the pipeline mode

Without it there may be a deadlock and we would be waiting to fetch a
result that will never come.

Close #685.
docs/news.rst
psycopg/psycopg/_pipeline.py