Re: [HACKERS] Allow INSTEAD OF DELETE triggers to modify the tuple for RETURNING

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: Marko Tiikkaja <marko(at)joh(dot)to>
Cc: Shlok Kyal <shlok(dot)kyal(dot)oss(at)gmail(dot)com>, Haribabu Kommi <kommi(dot)haribabu(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] Allow INSTEAD OF DELETE triggers to modify the tuple for RETURNING
Date: 2023-11-16 00:00:00
Message-ID: CACJufxFiRm2wqvv14K9VnihUTvd5ESVQM8gwD1e0P+O1PTdA1w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Nov 3, 2023 at 12:34 AM Marko Tiikkaja <marko(at)joh(dot)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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2023-11-16 00:46:08 Re: Tab completion for CREATE TABLE ... AS
Previous Message Roberto Mello 2023-11-15 23:28:24 Re: Add minimal C example and SQL registration example for custom table access methods.