Please, apply attached patch for contrib/tsearch to 7.2.1 and current

Bruce Momjian <bruce@momjian.us>

Commit: 8fdc7814d0450276362f6e1809c5813ceb90a7d4
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-03-05T06:10:28Z
Releases: 7.3.1
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'.

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.

Teodor Sigaev

Files

PathChange+/−
contrib/tsearch/dict/porter_english.dct modified +5 −2