Oleg Bartunov <[EMAIL PROTECTED]> 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

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to