Re: Patch review: make RAISE without arguments work like Oracle - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Patch review: make RAISE without arguments work like Oracle
Date
Msg-id 5848.1281320957@sss.pgh.pa.us
Whole thread Raw
In response to Patch review: make RAISE without arguments work like Oracle  (David Fetter <david@fetter.org>)
List pgsql-hackers
David Fetter <david@fetter.org> writes:
> I'd like to mark this as Ready for Committer :)

Applied with corrections.  The main noncosmetic change was that the
estate field has to be saved and restored, not just arbitrarily reset to
null after running a handler.  Otherwise nested exception handlers
interfere with each other in surprising ways.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: pg_stat_user_functions' notion of user
Next
From: Tom Lane
Date:
Subject: Re: Initial review of xslt with no limits patch