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

  1. libpq: Fix sending queries in pipeline aborted state

  2. Fix libpq state machine in pipeline mode

  3. Add PQsendFlushRequest to libpq