Re: [PATCH] plpython function causes server panic
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Hao Zhang <zhrt1446384557@gmail.com>, Andres Freund <andres@anarazel.de>, pgsql-hackers@lists.postgresql.org
Date: 2024-03-25T15:50:42Z
Lists: pgsql-hackers
On Mon, Mar 25, 2024 at 11:36 AM Tom Lane <tgl@sss.pgh.pa.us> wrote: > By that logic, we should rip out every Assert in the system, as well > as all of the (extensive) resource leak checking that already happens > during CommitTransaction. We've always felt that those leak checks > were worth the cost to help us find bugs --- which they have done and > still do from time to time. I don't see why this case is different, > especially when the added cost compared to HEAD is not much more than > one C function call. Well, I explained why *I* thought it was different, but obviously you don't agree. -- Robert Haas EDB: http://www.enterprisedb.com
Commits
-
Allow "internal" subtransactions in parallel mode.
- 0075d78947e3 17.0 landed
-
Tighten up application of parallel mode checks.
- 94b4f7e2a635 9.6.0 cited