Re: contrib features during beta period - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: contrib features during beta period
Date
Msg-id GNELIHDDFBOCMGBFGEFOOEPHCDAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to Re: contrib features during beta period  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Well basically we have it all done, except neither of us has time to test at
the moment.  Florian is free after sept 1st.  Basically it adds full word
match support, stop words but keeps full backward compatibility.  We are
getting a segfault in the new function (fti2) but the old is still working
fine.

I've also updated the docs and added a new WARNING file that strongly
discourages the use of contrib/fulltextindex in favour of contrib/tsearch.

Also, there's regression tests, etc.

I personally have switched to tsearch now exclusively but I promised Florian
I'd review his stuff so I want to get it in.

Maybe I'll try to figure out the bug today or tommorrow and commit it if I
can...

Chris

> -----Original Message-----
> From: pgsql-hackers-owner@postgresql.org
> [mailto:pgsql-hackers-owner@postgresql.org]On Behalf Of Tom Lane
> Sent: Friday, 30 August 2002 12:49 PM
> To: Christopher Kings-Lynne
> Cc: Hackers
> Subject: Re: [HACKERS] contrib features during beta period
>
>
> "Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> > Is it ok if Florian and I submit the improvements to the fulltextindex
> > contrib during beta?
>
> What improvements are we talking about here?  FTI is sufficiently widely
> depended on that I think it ought to follow the same quality standard
> as the main backend ... viz, "no new features during beta".
>
>             regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: contrib features during beta period
Next
From: Mario Weilguni
Date:
Subject: Re: C vs. C++ contributions