Re: PATCH: Batch/pipelining support for libpq
Haribabu Kommi <kommi.haribabu@gmail.com>
From: Haribabu Kommi <kommi.haribabu@gmail.com>
To: Craig Ringer <craig@2ndquadrant.com>
Cc: "Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com>, Michael Paquier <michael.paquier@gmail.com>,
Daniel Verite <daniel@manitou-mail.org>, Dmitry Igrishin <dmitigr@gmail.com>, Andres Freund <andres@anarazel.de>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>,
Manuel Kniep <m.kniep@web.de>, "fujita.etsuro@lab.ntt.co.jp" <fujita.etsuro@lab.ntt.co.jp>
Date: 2016-11-22T07:14:23Z
Lists: pgsql-hackers
On Fri, Nov 18, 2016 at 7:18 PM, Craig Ringer <craig@2ndquadrant.com> wrote: > The latest is what's attached upthread and what's in the git repo also > referenced upthread. > > I haven't been able to update in response to more recent review due to > other development commitments. At this point I doubt I'll be able to > get update it again in time for v10, so anyone who wants to adopt it > is welcome. > Currently patch status is marked as "returned with feedback" in the 11-2016 commitfest. Anyone who wants to work on it can submit the updated patch by taking care of all review comments and change the status of the patch at any time. Thanks for the patch. Regards, Hari Babu Fujitsu Australia
Commits
-
Add libpq pipeline mode support to pgbench
- 9aa491abbf07 14.0 landed
-
Implement pipeline mode in libpq
- acb7e4eb6b1c 14.0 landed