Re: plpython: Remove support for major version conflict detection

2025-10-18 Thread Mario González Troncoso
00 2001 From: Peter Eisentraut Date: Sat, 9 Aug 2025 18:27:30 +0200 Subject: [PATCH] plpython: Remove support for major version conflict detection This essentially reverts commit 866566a690b, which installed safeguards against loading plpython2 and plpython3 into the same process. We don't

Re: plpython: Remove support for major version conflict detection

2025-10-18 Thread Nathan Bossart
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 -- nathan

Re: plpython: Remove support for major version conflict detection

2025-10-14 Thread Peter Eisentraut
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.

plpython: Remove support for major version conflict detection

2025-08-09 Thread Peter Eisentraut
trying to clean up the initialization code a bit first.) From 4044c8613be343ad4431d42c16d6b190c97e2b35 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 9 Aug 2025 18:27:30 +0200 Subject: [PATCH] plpython: Remove support for major version conflict detection This essentially reverts com