Thread: Please, apply patch for contrib/tsearch

Please, apply patch for contrib/tsearch

From
Teodor Sigaev
Date:
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@stack.net


Attachment

Re: Please, apply patch for contrib/tsearch

From
Bruce Momjian
Date:
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@stack.net
> 

[ application/gzip is not supported, skipping... ]

> 
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


Re: Please, apply patch for contrib/tsearch

From
Teodor Sigaev
Date:
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@minnesota.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@stack.net
>>
>>
>
> [ application/gzip is not supported, skipping... ]
>
>
>>---------------------------(end of broadcast)---------------------------
>>TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>>
>


--
Teodor Sigaev
teodor@stack.net


Attachment

Re: Please, apply patch for contrib/tsearch

From
Bruce Momjian
Date:
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:
> 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@minnesota.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@stack.net
> >>
> >>
> > 
> > [ application/gzip is not supported, skipping... ]
> > 
> > 
> >>---------------------------(end of broadcast)---------------------------
> >>TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
> >>
> > 
> 
> 
> -- 
> Teodor Sigaev
> teodor@stack.net
> 

[ application/gzip is not supported, skipping... ]

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


Re: Please, apply patch for contrib/tsearch

From
Bruce Momjian
Date:
Patch applied to 7.2.X and 7.3.  Thanks.

---------------------------------------------------------------------------


Teodor Sigaev wrote:
> 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@minnesota.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@stack.net
> >>
> >>
> > 
> > [ application/gzip is not supported, skipping... ]
> > 
> > 
> >>---------------------------(end of broadcast)---------------------------
> >>TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
> >>
> > 
> 
> 
> -- 
> Teodor Sigaev
> teodor@stack.net
> 

[ application/gzip is not supported, skipping... ]

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


Re: Please, apply patch for contrib/tsearch

From
Bruce Momjian
Date:
Patch discarded.  Newer patch applied.

---------------------------------------------------------------------------

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@stack.net
> 

[ application/gzip is not supported, skipping... ]

> 
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026