Re: 8.4b2 tsearch2 strange error

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: 8.4b2 tsearch2 strange error
Date: 2009-06-03 21:45:55
Message-ID: 20090604.064555.107129280.t-ishii@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Hmm. I can confirm the "unrecognized operator" failure (though I get
> "8" not "-50" ... uninitialized memory?). The "tuple out of range"
> failures are not happening here though. Perhaps it is locale dependent?
> What locale are you using, and what is your default_text_search_config
> setting? Are you using any nondefault configuration settings?

From my previous post:
> Ubuntu 8.04
> ./configure --prefix=/usr/local/pgsql84
> initdb -E UTF-8 --no-locale /path/to/database

So locale is "C". I believe we are not customizing
default_text_search_config. I'm not think of any nondefault
configuration settings.
--
Tatsuo Ishii
SRA OSS, Inc. Japan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2009-06-03 21:55:27 Re: Plan time Improvement - 64bit bitmapset
Previous Message Tom Lane 2009-06-03 21:33:03 Re: Locks on temp table and PREPARE