Re: [BUGS] BUG #4814: Segmentation fault when using indexed prefix FT search

2009-05-17 Thread Tom Lane
"Dennis Noordsij" writes: > create table foo ( ts tsvector not null ); > create index foo_idx on foo using gin(ts); > insert into foo values (to_tsvector('Lore ipsum')); > select * from foo where 'ipsu:*'::tsquery @@ ts; > [crash] Hmm. It rather looks to me like this cmp = DatumGetInt3

[BUGS] BUG #4814: Segmentation fault when using indexed prefix FT search

2009-05-17 Thread Dennis Noordsij
The following bug has been logged online: Bug reference: 4814 Logged by: Dennis Noordsij Email address: dennis.noord...@helsinki.fi PostgreSQL version: 8.4 SNAP 17MAY Operating system: Linux Description:Segmentation fault when using indexed prefix FT search Details: