Re: New contrib/tsearch module for 7.2 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: New contrib/tsearch module for 7.2
Date
Msg-id 7103.1002928958@sss.pgh.pa.us
Whole thread Raw
In response to New contrib/tsearch module for 7.2  (Oleg Bartunov <oleg@sai.msu.su>)
Responses Re: New contrib/tsearch module for 7.2
List pgsql-hackers
Oleg Bartunov <oleg@sai.msu.su> writes:
> we'd like to submit new module contrib/tsearch which
> contains implementation of new data type txtidx -
> a searchable data type (textual) with indexed access.

Committed into contrib.  I made an addition of a cast to unsigned char
in the tolower() calls that didn't already have one.  Without this, the
regression test didn't pass.  With it, it still didn't pass :-( ... but
I believe your original expected file was incorrect because of the lack
of cast.  I committed an expected file containing the results I now get.
Would you check this and confirm or deny that it's okay?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: BUG: text(varchar) truncates at 31 bytes
Next
From: Bill Studenmund
Date:
Subject: Package support for Postgres