Re: plpython: Remove support for major version conflict detection

2025-10-18 Thread Mario González Troncoso
I'm attaching the same patch after rebasing from master. I had to just change this in src/pl/plpython/plpy_main.c - static bool PLy_procedure_is_trigger(Form_pg_proc procStruct); + static PLyTrigType PLy_procedure_is_trigger(Form_pg_proc procStruct); Now the function returns PLyTrigType instead o

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.