Re: Pipeline mode and PQpipelineSync()
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Alvaro Herrera <alvaro.herrera@2ndquadrant.com>
Cc: Boris Kolpackov <boris@codesynthesis.com>, pgsql-hackers@lists.postgresql.org, Andrew Dunstan <andrew@dunslane.net>, Peter Geoghegan <pg@bowt.ie>
Date: 2021-06-27T01:30:23Z
Lists: pgsql-hackers
On Sat, Jun 26, 2021 at 05:40:15PM -0400, Alvaro Herrera wrote: > It hadn't occurred to me that I should ask the release management team > about adding a new function to libpq this late in the cycle. I have not followed the thread in details, but if you think that this improves the feature in the long term even for 14, I have no personally no objections to the addition of a new function, or even a change of behavior in one of the existing functions. The beta cycle is here for such adjustments. -- Michael
Commits
-
libpq: Fix sending queries in pipeline aborted state
- ab0967942900 15.0 landed
- 1beaa654da61 14.0 landed
-
Fix libpq state machine in pipeline mode
- b71a9cb31e46 15.0 landed
- 690339fcd587 14.0 landed
-
Add PQsendFlushRequest to libpq
- a7192326c74d 15.0 landed
- 69cf1d5429d4 14.0 landed