]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Add PGconn.send_flush_request()
authorDenis Laxalde <denis.laxalde@dalibo.com>
Mon, 11 Oct 2021 12:18:46 +0000 (14:18 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 11 Oct 2021 15:08:57 +0000 (17:08 +0200)
commitb79ebc37cb34836b45e086195b0e16c1b55a9f66
tree3f00807888785bb754f4a262d0ac282d9e06483a
parent92cde46c62e1e4468dab722df53b9efd790e097a
Add PGconn.send_flush_request()

This function is associated with the pipeline mode.
psycopg/psycopg/pq/abc.py
psycopg/psycopg/pq/pq_ctypes.py
psycopg_c/psycopg_c/pq/pgconn.pyx
tests/pq/test_pipeline.py