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 3ichbga56hy2y4v62slycuyt7z34gpfg64sc3z2t4ki7cylij2@mfeq4pfc5yxl
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-05 16:43:02 -0500, Tom Lane wrote:
> Andres Freund <andres@anarazel.de> writes:
> > 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/.
> 
> Yeah --- but that was true before too.  I don't quite see how
> it built under meson before.

Previously the only thing including snowball/libstemmer/*h files was
src/backend/snowball/dict_snowball.c, which included them relative to
src/includ. But now they are also included from
src/backend/snowball/libstemmer/stem_*.c, just as
> #include "stem_*.h"
thereby requiring include/snowball/libstemmer to be an include path.

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Typos in the code and README
Next
From: Andres Freund
Date:
Subject: Re: Disallow concurrent ALTER DOMAIN and DROP DOMAIN