Re: [HACKERS] Allow INSTEAD OF DELETE triggers to modify the tuple for RETURNING - Mailing list pgsql-hackers

From jian he
Subject Re: [HACKERS] Allow INSTEAD OF DELETE triggers to modify the tuple for RETURNING
Date
Msg-id CACJufxFiRm2wqvv14K9VnihUTvd5ESVQM8gwD1e0P+O1PTdA1w@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Allow INSTEAD OF DELETE triggers to modify the tuple for RETURNING  (Marko Tiikkaja <marko@joh.to>)
Responses Re: [HACKERS] Allow INSTEAD OF DELETE triggers to modify the tuple for RETURNING
List pgsql-hackers
On Fri, Nov 3, 2023 at 12:34 AM Marko Tiikkaja <marko@joh.to> wrote:
>
> I am now.  Thanks! :-)  Will try to keep an eye on the builds in the future.
>
> Attached v4 of the patch which should fix the issue.
>

doc seems to still have an issue.
https://cirrus-ci.com/github/postgresql-cfbot/postgresql/commitfest%2F45%2F4617

In the regress test, do we need to clean up the created object after we use it.
tested passed, looking at ExecIRInsertTriggers, your changes look sane.



pgsql-hackers by date:

Previous
From: Roberto Mello
Date:
Subject: Re: Add minimal C example and SQL registration example for custom table access methods.
Next
From: Michael Paquier
Date:
Subject: Re: Tab completion for CREATE TABLE ... AS