Re: [HACKERS] PATCH: Batch/pipelining support for libpq

Vaishnavi Prabakaran <vaishnaviprabakaran@gmail.com>

From: Vaishnavi Prabakaran <vaishnaviprabakaran@gmail.com>
To: Michael Paquier <michael.paquier@gmail.com>
Cc: Daniel Gustafsson <daniel@yesql.se>, Craig Ringer <craig@2ndquadrant.com>, Andres Freund <andres@anarazel.de>, Daniel Verite <daniel@manitou-mail.org>, David Steele <david@pgmasters.net>, "Prabakaran, Vaishnavi" <VaishnaviP@fast.au.fujitsu.com>, Haribabu Kommi <kommi.haribabu@gmail.com>, "Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com>, Dmitry Igrishin <dmitigr@gmail.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Manuel Kniep <m.kniep@web.de>, "fujita.etsuro@lab.ntt.co.jp" <fujita.etsuro@lab.ntt.co.jp>, "Iwata, Aya" <iwata.aya@jp.fujitsu.com>
Date: 2018-01-05T05:55:50Z
Lists: pgsql-hackers

Attachments

On Tue, Nov 28, 2017 at 12:57 PM, Michael Paquier <michael.paquier@gmail.com
> wrote:

> On Thu, Oct 5, 2017 at 9:58 AM, Vaishnavi Prabakaran
> <vaishnaviprabakaran@gmail.com> wrote:
> > Thanks for the suggestion and, OK I will create a new patch in upcoming
> > commitfest with attached patch addressing above review comments.
>
> The patch still applies and there has been no updates for the last
> month, as well as no reviews. I am bumping it to next CF.


Thank you, I see the patch generates a compilation error due to usage of
"FALSE" with latest postgres code, Hence attaching the patch with
correction.

Thanks & Regards,
Vaishnavi,
Fujitsu Australia.

Commits

  1. Add libpq pipeline mode support to pgbench

  2. Implement pipeline mode in libpq