Re: BUG #18772: Segfaul i Greek stemming - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #18772: Segfaul i Greek stemming
Date
Msg-id 1147393.1736901224@sss.pgh.pa.us
Whole thread Raw
In response to BUG #18772: Segfaul i Greek stemming  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> SELECT TO_TSVECTOR('greek','Κάι, δαίνετε!  Είμαι σε φύγητη, έλεγε και θα
> καφήσω!  Ω, φάι! Καίχομνια, φύγνια!  Παιδιά, φάχα, φάχα.  Γεια.  Γεια.');
> -> segfaults in dict_snowball.so

Hmm ... I see that in PG v13, but not in v14 and up.  The fix likely
came from snowball tag v2.0.0 or v2.1.0, which we incorporated during
the v14 cycle.  We certainly wouldn't back-patch those whole commits,
and it's hard to get excited about seeing whether it's possible to
tease out a change that would avoid this crash while not changing the
stemmer's semantics.  Especially so when v13 is less than a year from
EOL.  I'd recommend updating to v14 or later if you need that stemmer.

            regards, tom lane



pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #18772: Segfaul i Greek stemming
Next
From: PG Bug reporting form
Date:
Subject: BUG #18773: オートバキュームのリトライ時にreltuplesの値が減少する