Re: BUG #5219: Segfault in to_tsvector - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #5219: Segfault in to_tsvector
Date
Msg-id 3857.1259465057@sss.pgh.pa.us
Whole thread Raw
In response to BUG #5219: Segfault in to_tsvector  ("Kenaniah Cerny" <kenaniah@gmail.com>)
Responses Re: BUG #5219: Segfault in to_tsvector
List pgsql-bugs
"Kenaniah Cerny" <kenaniah@gmail.com> writes:
> Description:        Segfault in to_tsvector
> Full backtrace: http://pgsql.privatepaste.com/5411abf8f3

This looks like the known problem that ts_stat fails on an empty
tsvector.  Can you try this patch
http://archives.postgresql.org/pgsql-committers/2009-10/msg00056.php
or just pick up 8.4 branch tip from CVS?

If that does fix it, I don't think this is an encoding problem,
but rather that the name doesn't contain anything that is recognized
as a word by the textsearch configuration you're using.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Kenaniah Cerny"
Date:
Subject: BUG #5219: Segfault in to_tsvector
Next
From: Euler Taveira de Oliveira
Date:
Subject: Re: BUG #5216: pgFouine 1.1 not working correctly, when LC_MESSAGES is "es_ES.UTF-8"