BUG #5189: Postgres Crash when trying to ts_stat a empty tsvector

From: "Brice Maron" <bmaron(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #5189: Postgres Crash when trying to ts_stat a empty tsvector
Date: 2009-11-15 12:36:31
Message-ID: 200911151236.nAFCaVeN038643@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 5189
Logged by: Brice Maron
Email address: bmaron(at)gmail(dot)com
PostgreSQL version: 8.4.1
Operating system: Ubunut Linux 9.10 (2.6.31-14)
Description: Postgres Crash when trying to ts_stat a empty tsvector
Details:

Description :

When i try to get ts_stats about a empty tsvector,
postgresql crash....

Reproduce it :

SELECT * FROM ts_stat('SELECT to_tsvector('''')');

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2009-11-15 13:56:05 Re: BUG #5075: Text Search parser does not identify xml tag when attribute name's contains underscore
Previous Message Peter Dobos 2009-11-15 12:15:45 BUG #5188: Inheritance: bug or feature?