Re: [BUG v13] Crash with event trigger in extension

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Jehan-Guillaume de Rorthais <jgdr@dalibo.com>, pgsql-bugs@lists.postgresql.org
Date: 2020-09-16T06:36:53Z
Lists: pgsql-bugs
On Tue, Sep 15, 2020 at 09:26:39PM -0300, Alvaro Herrera wrote:
> I gave this a very long look and was convinced that it was going to
> break with multi-statement query strings, but it turns out that it
> wasn't.  So I pushed it without any other changes.
> 
> I forgot to add reviewer credit to the commit message :-(  My apologies

No worries.  Thanks for committing.
--
Michael

Commits

  1. Fix use-after-free bug with event triggers and ALTER TABLE.

  2. Fix use-after-free bug with event triggers in an extension script