Re: plpgsql plugin - stmt_beg/end is not called for top level blockof statements - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: plpgsql plugin - stmt_beg/end is not called for top level blockof statements
Date
Msg-id 20181230054057.GA608@paquier.xyz
Whole thread Raw
In response to Re: plpgsql plugin - stmt_beg/end is not called for top level blockof statements  (Michael Paquier <michael@paquier.xyz>)
Responses Re: plpgsql plugin - stmt_beg/end is not called for top level blockof statements
List pgsql-hackers
On Fri, Dec 28, 2018 at 04:50:11PM +0900, Michael Paquier wrote:
> Okay, that makes sense, now I got your point.  Perhaps somebody else
> has an opinion to offer or has an objection with the proposed change?

And committed this one, after playing more with the instrumentation
callbacks and checking that the change was consistent for functions,
triggers and event triggers.

Attached is the set of tests I used which has some regression tests.
The results won't fail with HEAD at 4203842a, and will generate some
diffs after e0ef136d as Pavel's patch has changed the generated
output.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Chapman Flack
Date:
Subject: Re: Re: tracking owner of extension-managed objects
Next
From: Michael Paquier
Date:
Subject: Re: Clean up some elog messages and comments for do_pg_stop_backupand do_pg_start_backup