On 2026-Feb-24, Jacob Champion wrote: > On Tue, Feb 24, 2026 at 12:40 PM Tom Lane <[email protected]> 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.
