]> 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, 15 Sep 2025 15:55:13 +0000 (17:55 +0200)
commita5e0748e4cdb07937b3a173996a86b684357da17
tree10f3b79efbebc6b8da49b7ca445555fd5a680519
parenta4109765ef9a87c0e6fef093ddccf5bb6dfe56b9
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