]> git.ipfire.org Git - thirdparty/psycopg.git/commit
feat(prepare): send Close messages to deallocate when possible
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 6 Apr 2024 19:26:18 +0000 (19:26 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 8 Apr 2024 21:13:28 +0000 (21:13 +0000)
commit190d8eebf044132c06f7451d48c3901c754cd97b
tree2034f4ade777764d086a6d0b4011c48fc31388f4
parent8101aa3b0ceaf7e5d1b5359e78999df4a23bea3b
feat(prepare): send Close messages to deallocate when possible

This allows for compatibility with PgBouncer, but requires libpq v17 at
least.
psycopg/psycopg/_connection_base.py
psycopg/psycopg/_preparing.py
tests/test_prepared.py