Re: pgsql: libpq: Grease the protocol by default
Álvaro Herrera <alvherre@kurilemu.de>
From: Álvaro Herrera <alvherre@kurilemu.de>
To: Jacob Champion <jacob.champion@enterprisedb.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Jelte Fennema-Nio <postgres@jeltef.nl>, pgsql-hackers@lists.postgresql.org, Andrew Dunstan <andrew@dunslane.net>, Nathan Bossart <nathandbossart@gmail.com>
Date: 2026-02-25T10:27:48Z
Lists: pgsql-hackers
On 2026-Feb-24, Jacob Champion wrote: > 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. 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.
Commits
-
pg_upgrade: Use max_protocol_version=3.0 for older servers
- c47744ede01c 14.23 landed
- e726620d208e 15.18 landed
- a38ed212ff23 16.14 landed
- ad7fc3f1f83f 17.10 landed
- 1b2773179f31 18.4 landed
- a60a103386a1 19 (unreleased) landed
-
libpq: Grease the protocol by default
- 4966bd3ed95e 19 (unreleased) cited
-
libpq: Prepare for protocol grease during 19beta
- d8d7c5dc8f74 19 (unreleased) cited