"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