Re: to_tsvector in 8.2.3

From: richardcraig <richard(at)v3fm(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: to_tsvector in 8.2.3
Date: 2007-04-02 13:25:49
Message-ID: 9790691.post@talk.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Teodor

As a non-C windows user (yes - throw stones at me :) ) Do you have a fixed
dll for this patch that I can try?

Thanks

Richard

Teodor Sigaev-2 wrote:
>
> Solved, see attached patch. I had found old Celeron-300 box and install
> Windows
> on it, and it was very slow :)
>
>
>> Nope, same result with this patch.
> Thank you.
>
> --
> Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
> WWW:
> http://www.sigaev.ru/
>
> *** ./contrib/tsearch2.orig/./wordparser/parser.c Thu Mar 22 18:39:23 2007
> --- ./contrib/tsearch2/./wordparser/parser.c Thu Mar 22 18:51:23 2007
> ***************
> *** 117,123 ****
> {
> if (lc_ctype_is_c())
> {
> ! unsigned int c = *(unsigned int*)(prs->wstr + prs->state->poschar);
>
> /*
> * any non-ascii symbol with multibyte encoding
> --- 117,123 ----
> {
> if (lc_ctype_is_c())
> {
> ! unsigned int c = *(prs->wstr + prs->state->poschar);
>
> /*
> * any non-ascii symbol with multibyte encoding
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
>
>

--
View this message in context: http://www.nabble.com/to_tsvector-in-8.2.3-tf3440132.html#a9790691
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Albe Laurenz 2007-04-02 13:39:19 Re: use superuser connection from php
Previous Message Jaime Silvela 2007-04-02 12:44:44 Re: time series query