Re: PATCH: Batch/pipelining support for libpq

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Matthieu Garrigues <matthieu(dot)garrigues(at)gmail(dot)com>
Cc: Dave Cramer <davecramer(at)postgres(dot)rocks>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PATCH: Batch/pipelining support for libpq
Date: 2020-10-01 04:35:21
Message-ID: 20201001043521.GH8130@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Sep 21, 2020 at 07:55:03PM +0200, Matthieu Garrigues wrote:
> I merged PQbatchProcessQueue into PQgetResult.
> One first init call to PQbatchProcessQueue was also required in
> PQsendQueue to have
> PQgetResult ready to read the first batch query.
>
> Tests and documentation are updated accordingly.

The documentation is failing to build, and the patch does not build
correctly on Windows. Could you address that?
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2020-10-01 04:35:41 Re: New statistics for tuning WAL buffer size
Previous Message Michael Paquier 2020-10-01 04:32:20 Re: making update/delete of inheritance trees scale better