Re: plpython: Remove support for major version conflict detection
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Nathan Bossart <nathandbossart@gmail.com>, Mario González Troncoso <gonzalemario@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2025-10-15T06:34:27Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
plpython: Remove support for major version conflict detection
- 594ba21bce05 19 (unreleased) landed
-
Avoid dump/reload problems when using both plpython2 and plpython3.
- 866566a690bb 9.6.0 cited
On 08.10.25 18:41, Nathan Bossart wrote: > On Wed, Oct 08, 2025 at 12:28:45PM -0300, Mario González Troncoso wrote: >> I'm attaching the same patch after rebasing from master. > > LGTM Committed, thanks.