]> git.ipfire.org Git - thirdparty/psycopg.git/commit
refactor(prepare): make maintenance operation a PQGen generator
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 6 Apr 2024 16:36:16 +0000 (16:36 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 8 Apr 2024 20:23:27 +0000 (20:23 +0000)
commitf8cb9d9250755bbf1f3824502abbfba575b9a917
tree3fd34f38b371797faf41d0263251aea9a47fae0e
parent6230ddd1be93b0a051bab1aeb21b93e4bc18b4fb
refactor(prepare): make maintenance operation a PQGen generator

This will allow us to replace the SQL commands with protocol messages.
psycopg/psycopg/_connection_base.py
psycopg/psycopg/_cursor_base.py
psycopg/psycopg/_preparing.py
psycopg/psycopg/transaction.py