Re: [BUGS] BUG #3975: tsearch2 index should not bomb out of 1Mb limit

From: Euler Taveira de Oliveira <euler(at)timbira(dot)com>
To: Edwin Groothuis <postgresql(at)mavetju(dot)org>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [BUGS] BUG #3975: tsearch2 index should not bomb out of 1Mb limit
Date: 2008-03-06 23:19:35
Message-ID: 47D07C07.2000204@timbira.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-patches

Edwin Groothuis wrote:

> Is it possible to make it a WARNING instead of an ERROR? Right now I get:
>
No. All of the other types emit an ERROR if you're trying an out of
range value.

--
Euler Taveira de Oliveira
http://www.timbira.com/

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Edwin Groothuis 2008-03-06 23:42:32 Re: [BUGS] BUG #3975: tsearch2 index should not bomb out of 1Mb limit
Previous Message Tom Lane 2008-03-06 22:20:11 Re: BUG #3774: create table like including index doesn't update pg_constraints with primary key

Browse pgsql-patches by date

  From Date Subject
Next Message Edwin Groothuis 2008-03-06 23:42:32 Re: [BUGS] BUG #3975: tsearch2 index should not bomb out of 1Mb limit
Previous Message Tom Lane 2008-03-06 21:16:54 Minimum selectivity estimate for LIKE 'prefix%'