]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix(c): fix excessive buffer allocation in binary copy
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 1 Sep 2025 15:22:34 +0000 (17:22 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 1 Sep 2025 16:05:51 +0000 (18:05 +0200)
commit2c891a1a3cbd4fd9cfacfa17447fdf0bbea2601a
treec5627fa585ac4241a8ef85f1fa11b5ed378fd1b7
parent5bfdfb87eeefba9b08971f1e6da496075c8287ce
fix(c): fix excessive buffer allocation in binary copy

Fix #1147
docs/news.rst
psycopg_c/psycopg_c/_psycopg/copy.pyx
tests/test_copy.py
tests/test_copy_async.py