]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix: force a sync exiting the pipeline mode 722/head
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 00:34:13 +0000 (00:34 +0000)
commit3d230d4000940f98c0faf73978d17f9f2862cc95
treed9c61e4ec65a0a626810cfbac927074eead6ea16
parent85c0b13fc353f53769f19baf0cc823f43a58ea90
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