Re: [BUG v13] Crash with event trigger in extension
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Jehan-Guillaume de Rorthais <jgdr@dalibo.com>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>, pgsql-bugs@lists.postgresql.org
Date: 2020-09-08T05:27:03Z
Lists: pgsql-bugs
Attachments
- v4-0001-Fix-crash-with-alter-table-event-triggers-in-exte.patch (text/x-diff) patch v4-0001
On Mon, Sep 07, 2020 at 10:35:08AM +0900, Michael Paquier wrote: > More comments in each script would be helpful to document to the > reader why those objects are defined as such and their purpose in > life. I have looked at that, and tweaked a couple of things as per the attached. Alvaro, Jehan-Guillaume, is that fine to you? -- 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