Re: BUG #18070: Assertion failed when processing error from plpy's iterator
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael@paquier.xyz>
Cc: Alexander Lakhin <exclusion@gmail.com>, pgsql-bugs@lists.postgresql.org
Date: 2023-09-17T00:02:03Z
Lists: pgsql-bugs
Michael Paquier <michael@paquier.xyz> writes: > Btw, backpatching a change in the error infrastructure does not seem a > good idea to me, as there could be applications that depend on the > existing behaviors? It looks like we'd better just remove the > assertion in back-branches. +1. Not very sure what we want to change this to in HEAD, but I wouldn't backpatch a behavioral change here. regards, tom lane
Commits
-
Fix assertion failure with PL/Python exceptions
- ddded779a773 11.22 landed
- 99d27e55ccac 12.17 landed
- 35e8ba3e54ec 13.13 landed
- bb65f3c1b25f 14.10 landed
- 9e0ce80f3d0c 15.5 landed
- f171430f089a 16.1 landed
- af5b3c3d1eae 17.0 landed