Re: Patch review: make RAISE without arguments work like Oracle

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: David Fetter <david@fetter.org>
Cc: Piyush Newe <piyush.newe@enterprisedb.com>, PG Hackers <pgsql-hackers@postgresql.org>
Date: 2010-08-09T02:29:17Z
Lists: 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