Re: pgsql: Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL - Mailing list pgsql-committers

From Stephen Frost
Subject Re: pgsql: Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL
Date
Msg-id CAOuzzgqzB0PYpvnUouaGYY4xFeoZbZc1VsrV8tzb64ea56n4UQ@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL  (Stephen Frost <sfrost@snowman.net>)
Responses Re: pgsql: Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
On Wednesday, July 24, 2013, Stephen Frost wrote:
Still, if there's a reasonable way to collect the stack info without going through the error callbacks, without implementing a duplicate system, I'm all ears.  

That said, I'll work on making this more independent of the error handling and see if it can be made to use an independent memory context and try to tighten it up to ensure it isn't called in an error case.  Future callers may try to. 

Thanks,

Stephen

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL