Re: pgsql: libpq: Grease the protocol by default

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>, pgsql-hackers(at)lists(dot)postgresql(dot)org, Andrew Dunstan <andrew(at)dunslane(dot)net>, Nathan Bossart <nathandbossart(at)gmail(dot)com>
Subject: Re: pgsql: libpq: Grease the protocol by default
Date: 2026-02-25 10:27:48
Message-ID: 202602251006.wfzc3mwwt56l@alvherre.pgsql
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 2026-Feb-24, Jacob Champion wrote:

> On Tue, Feb 24, 2026 at 12:40 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> > These look sane to me. I might suggest a small wording change in
> > the <= 17 patches:
> >
> > - * Back-branch-specific complication: for libpq versions prior to PG18,
> > + * Back-branch-specific complication: in libpq versions prior to PG18,
> >
> > but it probably isn't worth the trouble to edit four separate patches.
>
> By the power of sed, it is done.

What I normally do for this kind of thing is commit the typo fix in a
separate commit, then cherry-pick that to other branches, then use
rebase -i to squash it as a fix-up of the previous commit on all
branches.

--
Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/
Y una voz del caos me habló y me dijo
"Sonríe y sé feliz, podría ser peor".
Y sonreí. Y fui feliz.
Y fue peor.

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2026-02-25 15:51:56 pgsql: Stabilize output of new isolation test insert-conflict-do-update
Previous Message Richard Guo 2026-02-25 02:16:28 pgsql: Fix unsafe RTE_GROUP removal in simplify_EXISTS_query

Browse pgsql-hackers by date

  From Date Subject
Next Message shveta malik 2026-02-25 10:31:34 Re: Skipping schema changes in publication
Previous Message Etsuro Fujita 2026-02-25 10:22:26 Re: Options to control remote transactions’ access/deferrable modes in postgres_fdw