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
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
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.