]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix(c): drop spurious loop break in pipeline_communicate
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 4 Nov 2022 22:17:13 +0000 (23:17 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 4 Feb 2024 14:43:46 +0000 (14:43 +0000)
commit38278cb1cfc780b6c9f7b1834c73d4278a321248
treedc13ca44c07eadd360a6c15b549746d04ea72f29
parent9c8fbe2834a601163d3a107aab7c548b3e9195f4
fix(c): drop spurious loop break in pipeline_communicate

This makes the Python and the C implementation more similar. The
difference was unexpected but apparently harmless. See #431
psycopg_c/psycopg_c/_psycopg/generators.pyx