Re: pgsql: libpq: Grease the protocol by default - Mailing list pgsql-hackers

From Jacob Champion
Subject Re: pgsql: libpq: Grease the protocol by default
Date
Msg-id CAOYmi+=UbmYgAFCgLzMqqniGXr4+GVGvz+C-petTF=+dEnHvkQ@mail.gmail.com
Whole thread
In response to Re: pgsql: libpq: Grease the protocol by default  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: libpq: Grease the protocol by default
List pgsql-hackers
On Tue, Feb 24, 2026 at 12:40 PM Tom Lane <tgl@sss.pgh.pa.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.

And I see that the new release tags are here, so pushed. Thanks for
all the review and testing!

--Jacob



pgsql-hackers by date:

Previous
From: SATYANARAYANA NARLAPURAM
Date:
Subject: synchronized_standby_slots behavior inconsistent with quorum-based synchronous replication
Next
From: Chao Li
Date:
Subject: Re: [PATCH] Simplify ExecWithoutOverlapsNotEmpty by removing unused parameter