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
-
Fix use-after-free bug with event triggers and ALTER TABLE.
- cc623ed2f4ac 9.6.20 landed
- 93f726c04fb1 12.5 landed
- 7978ad025478 9.5.24 landed
- 66c036b4f143 11.10 landed
- 41c742a43242 10.15 landed
-
Fix use-after-free bug with event triggers in an extension script
- ced138e8cbac 14.0 landed
- 873cb8fca9b1 13.0 landed