Re: BUG #3767: tsearch2 index creation fatal crash

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Thomas H(dot)" <me(at)alternize(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3767: tsearch2 index creation fatal crash
Date: 2007-11-21 02:48:46
Message-ID: 21708.1195613326@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-docs

"Thomas H." <me(at)alternize(dot)com> writes:
> the reported problem below can be reproduced by using this simple query
> straight from the documentation:

> SELECT to_tsvector('a fat cat sat on a mat and ate a fat rat');

Works for me:

u=# set default_text_search_config = 'pg_catalog.german';
SET
u=# SELECT to_tsvector('a fat cat sat on a mat and ate a fat rat');
to_tsvector
-------------------------------------------------------------------------------
'a':1,6,10 'on':5 'and':8 'ate':9 'cat':3 'fat':2,11 'mat':7 'rat':12 'sat':4
(1 row)

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Thomas H. 2007-11-21 02:54:23 Re: BUG #3767: tsearch2 index creation fatal crash
Previous Message Thomas H. 2007-11-21 02:38:11 Re: BUG #3767: tsearch2 index creation fatal crash

Browse pgsql-docs by date

  From Date Subject
Next Message Thomas H. 2007-11-21 02:54:23 Re: BUG #3767: tsearch2 index creation fatal crash
Previous Message Thomas H. 2007-11-21 02:38:11 Re: BUG #3767: tsearch2 index creation fatal crash