Re: tsearch2 patch for 7.4.1

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: Hannu Krosing <hannu(at)tm(dot)ee>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: tsearch2 patch for 7.4.1
Date: 2003-11-21 08:42:16
Message-ID: Pine.GSO.4.58.0311211139190.13158@ra.sai.msu.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 21 Nov 2003, Teodor Sigaev wrote:

> No problem, dictionary with support of compounds will be avaliable as separate
> contrib module from our site till 7.5.

Hmm, I think better not to introduce another dictionary, which require
additional efforts to configure tsearch2, but maintain whole module
with new ispell dictionary builtin.

Oleg

>
>
> Hannu Krosing wrote:
> > Tom Lane kirjutas N, 20.11.2003 kell 17:18:
> >
> >>Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> writes:
> >>
> >>>we have a patch for contrib/tsearch2 we'd like to commit for 7.4.1.
> >>>Is it ok ?
> >>
> >>>We added support for compound words using ispell dictionaries.
> >>>It's rather important feature for agglutinative languages like
> >>>german, norwegian (tested). This work was sponsored by ABC Startsiden
> >>>(www.startsiden.no).
> >>
> >>This strikes me as a feature addition, and therefore not appropriate for
> >>the 7.4 branch. You should only commit bug fixes into stable branches,
> >>not feature additions.
> >
> >
> > Is this so even for contrib ?
> >
> > I seem to remember that there have been new feature popping up in
> > contrib in stable branches earlier.
> >
> > But if the general direction is to stabilise contrib as well, what about
> > committing it as a separate patch file
> > contrib/tsearch2/patches/compond-words-patch.1 , so that these people
> > (or german/norvegian linux distributors) who consider lack of support
> > for compound words a bug can apply it themselves before building ?
> >
> > ---------------
> > Hannu
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 8: explain analyze is your friend
>
>

Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andreas Joseph Krogh 2003-11-21 08:51:59 Re: tsearch2 patch for 7.4.1
Previous Message Teodor Sigaev 2003-11-21 08:12:47 Re: tsearch2 patch for 7.4.1