Re: [BUGS] BUG #3975: tsearch2 index should not bomb out of 1Mb limit - Mailing list pgsql-patches

From Edwin Groothuis
Subject Re: [BUGS] BUG #3975: tsearch2 index should not bomb out of 1Mb limit
Date
Msg-id 20080306234232.GM2952@k7.mavetju
Whole thread Raw
In response to Re: [BUGS] BUG #3975: tsearch2 index should not bomb out of 1Mb limit  (Euler Taveira de Oliveira <euler@timbira.com>)
Responses Re: [BUGS] BUG #3975: tsearch2 index should not bomb out of 1Mb limit  (Bruce Momjian <bruce@momjian.us>)
List pgsql-patches
On Thu, Mar 06, 2008 at 08:19:35PM -0300, Euler Taveira de Oliveira wrote:
> 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.

Does that then mean that, because of the triggers on inserts, we
will never be able to add this record?

Edwin
--
Edwin Groothuis      |            Personal website: http://www.mavetju.org
edwin@mavetju.org    |              Weblog: http://www.mavetju.org/weblog/

pgsql-patches by date:

Previous
From: Euler Taveira de Oliveira
Date:
Subject: Re: [BUGS] BUG #3975: tsearch2 index should not bomb out of 1Mb limit
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] BUG #3975: tsearch2 index should not bomb out of 1Mb limit