Re: Regression in pipeline mode in libpq 14.5
Alvaro Herrera <alvherre@alvh.no-ip.org>
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Daniele Varrazzo <daniele.varrazzo@gmail.com>
Cc: pgsql-bugs <pgsql-bugs@postgresql.org>
Date: 2022-09-22T17:31:02Z
Lists: pgsql-bugs
Attachments
- 0001-remove-PQsendQuery-support-in-pipeline-mode.patch (text/x-diff)
So it'd be as in the attached. In writing this, I also noticed that the extended query protocol emulation I wrote for PQsendQuery had a bug, so the traces that result by using PQsendQueryParams instead have a small difference. -- Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/ "You don't solve a bad join with SELECT DISTINCT" #CupsOfFail https://twitter.com/connor_mc_d/status/1431240081726115845
Commits
-
Remove PQsendQuery support in pipeline mode
- bd8ac900df4d 15.0 landed
- 0032a5456708 16.0 landed
-
Stop using PQsendQuery in libpq_pipeline
- d11a41a4ce79 16.0 landed
- 27e04412c9c3 15.0 landed
- 1c03166352c3 14.6 landed