Re: Please, apply patch for contrib/tsearch

From: Teodor Sigaev <teodor(at)stack(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org, Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: Please, apply patch for contrib/tsearch
Date: 2002-03-04 11:10:22
Message-ID: 3C83561E.9080104@stack.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

We have found one more bug in english stemmer. The bug is with 'irregular'
english words like 'skies' -> 'sky'. Please, apply attached cumulative patch to
7.2.1 and current CVS instead previous one.

Thank to Thomas T. Thai <tom(at)minnesota(dot)com> for hard testing. This kind of bug
has significance only for dump/reload database and viewing, but
searching/indexing works right.

Bruce Momjian wrote:
> Your patch has been added to the PostgreSQL unapplied patches list at:
>
> http://candle.pha.pa.us/cgi-bin/pgpatches
>
> I will try to apply it within the next 48 hours.
>
> ---------------------------------------------------------------------------
>
>
> Teodor Sigaev wrote:
>
>>Please, apply attached patch for contrib/tsearch to 7.2.1 and current CVS. It
>>fix english stemmer's problem with ending words like 'technology'.
>>
>>Thank you
>>
>>--
>>Teodor Sigaev
>>teodor(at)stack(dot)net
>>
>>
>
> [ application/gzip is not supported, skipping... ]
>
>
>>---------------------------(end of broadcast)---------------------------
>>TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>>
>

--
Teodor Sigaev
teodor(at)stack(dot)net

Attachment Content-Type Size
patch_tsearch2.gz application/gzip 426 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ulrich Neumann 2002-03-04 13:02:00 Some additions/#ifdefs to target new OS NetWare
Previous Message Olivier PRENANT 2002-03-04 10:34:24 Bug or Feature?