Re: [BUGS] BUG #5219: Segfault in to_tsvector

2009-11-29 Thread Kenaniah Cerny
Thanks, The patch took some massaging, but took care of the issue when applied to the 8.4.1 source. Kenaniah Cerny On Sat, Nov 28, 2009 at 7:24 PM, Tom Lane wrote: > "Kenaniah Cerny" writes: > > Description:Segfault in to_tsvector > > Full backtrace: http://pgsql.privatepaste.com/5411

Re: [BUGS] BUG #5219: Segfault in to_tsvector

2009-11-28 Thread Tom Lane
"Kenaniah Cerny" 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