Re: proposal: use errcontext for custom exception too - Mailing list pgsql-hackers

From Robert Haas
Subject Re: proposal: use errcontext for custom exception too
Date
Msg-id CA+TgmoaxxWKCGNWWDTA_t+fWP8+A391oz-4kBUNGJZJrvcu4ZQ@mail.gmail.com
Whole thread Raw
In response to proposal: use errcontext for custom exception too  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: proposal: use errcontext for custom exception too
Re: proposal: use errcontext for custom exception too
List pgsql-hackers
On Thu, Nov 24, 2011 at 12:30 PM, Pavel Stehule <pavel.stehule@gmail.com> wrote:
> There are small issue in PL/pgSQL and custom exceptions. Custom
> exception doesn't set a CONTEXT field. I propose change this behave
> for WARNING or EXCEPTION level. The goal is same behave for custom
> exception and builtin exception and it can help to identify a RAISE
> statement that is responsible to exception.

That seems completely arbitrary.  I think we discussed before
providing an option to allow the user to control this, which seems
better than implementing some hardcoded rule that may or may not be
what a given user wants.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: logging in high performance systems.
Next
From: Andrew Dunstan
Date:
Subject: Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64