Re: Add Pipelining support in psql

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Anthonin Bonnefoy <anthonin(dot)bonnefoy(at)datadoghq(dot)com>
Cc: Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Add Pipelining support in psql
Date: 2025-02-25 01:11:13
Message-ID: Z70YsRRYKzB9JbrZ@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Feb 21, 2025 at 11:33:41AM +0900, Michael Paquier wrote:
> Attached are the remaining pieces, split here because they are
> different bullet points:
> - Tests for implicit transactions with various commands, with some
> edits.
> - Prompt support, with more edits.
>
> I'm putting these on standby for a few days, to let the buildfarm
> digest the main change.

Initial digestion has gone well. The remaining pieces have been done
as 3ce357584e79 and a4e986ef5a46. For the prompt part, I have added a
couple of tests with \echo and the variables. The patch felt
incomplete without these. Perhaps we could extend them more, at least
we have a start point.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2025-02-25 01:14:19 Re: Parallel heap vacuum
Previous Message Melanie Plageman 2025-02-24 23:35:18 Re: Trigger more frequent autovacuums of heavy insert tables