Re: BUG #5219: Segfault in to_tsvector

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Kenaniah Cerny" <kenaniah(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5219: Segfault in to_tsvector
Date: 2009-11-29 03:24:17
Message-ID: 3857.1259465057@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Kenaniah Cerny" <kenaniah(at)gmail(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Craig Ringer 2009-11-29 13:57:12 Re: [BUGS] BUG #5218: Easy strategic feature requests
Previous Message Kenaniah Cerny 2009-11-29 02:56:44 BUG #5219: Segfault in to_tsvector