Re: Typos in the code and README - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Typos in the code and README
Date
Msg-id ld2iurl7kzexwydxmdfhdgarpa7xxsfrgvggqhbblt4rvt3h6t@bxsk6oz5x7cc
Whole thread Raw
In response to Re: Typos in the code and README  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Typos in the code and README
List pgsql-hackers
Hi,

On 2026-01-04 18:32:14 -0500, Tom Lane wrote:
> Michael Paquier <michael@paquier.xyz> writes:
> > On Thu, Jan 01, 2026 at 10:00:00AM +0200, Alexander Lakhin wrote:
> >> replace_s(..., int * adjustment) -> replace_s(..., int * adjptr)
> 
> > Updating this one contradicts with the upstream sources, see
> > b464e51ab32f that has done the opposite switch.
> 
> It looks like upstream has fixed the problem -- not by making the
> two instances match, but by removing the parameter altogether
> (see their recent commit 16edd5abb9ce7386e9208b998cd43524480cb801).
> 
> Maybe it's time for another sync with upstream?  But if we don't
> feel like doing that right now, I think Alexander's proposed patch
> is okay.  It won't make the next sync any harder.

Your recent commit unfortunately doesn't build with meson, due to headers now
not just residing in src/include/snowball/ but also
src/include/snowball/libstemmer/.

The fix is trivial - happy to push it if you want?

Greetings,

Andres



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: failed NUMA pages inquiry status: Operation not permitted
Next
From: Tom Lane
Date:
Subject: Re: Typos in the code and README