Re: BUG #10589: hungarian.stop file spelling error

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Kevin Grittner <kgrittn(at)ymail(dot)com>, "zsoros(at)gmail(dot)com" <zsoros(at)gmail(dot)com>, "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #10589: hungarian.stop file spelling error
Date: 2014-06-18 23:00:55
Message-ID: 20140618230055.GB3806@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Tue, Jun 10, 2014 at 11:09:22PM -0400, Tom Lane wrote:
> I'm not real sure whether we should consider back-patching those changes.
> Right now, the Hungarian stemmer is applying rules meant for
> o-double-acute to o-tilde, which probably means that those stemming rules
> don't fire at all on actual Hungarian text. If we fix that then the
> stemmer will behave differently, which might not be all that desirable to
> change in a minor release. Perhaps we should only make the code changes
> in HEAD and 9.4?

Does this affect any tsvectors stored in earlier major releases that
would read differently after this patch? Does it cause a pg_upgrade
problem?

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ Everyone has their own god. +

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2014-06-18 23:25:22 Re: BUG #10589: hungarian.stop file spelling error
Previous Message Alvaro Herrera 2014-06-18 22:51:31 Re: pg_upgrade < 9.3 -> >=9.3 misses a step around multixacts