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

From: Marko Tiikkaja <marko(at)joh(dot)to>
To: Shlok Kyal <shlok(dot)kyal(dot)oss(at)gmail(dot)com>
Cc: 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-02 16:33:50
Message-ID: CAL9smLC8VOT6mNy9e7cyP9-jJQDwwEJBRkqC9o62jxX10S9a3g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Nov 2, 2023 at 12:24 PM Shlok Kyal <shlok(dot)kyal(dot)oss(at)gmail(dot)com> wrote:
> I went through the CFbot and found that docs build run is giving some
> error (link: https://cirrus-ci.com/task/5712582359646208):
>
> Just wanted to make sure you are aware of the issue.

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.

.m

Attachment Content-Type Size
instead_of_delete_returning_v4.patch application/octet-stream 7.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2023-11-02 17:08:38 Re: Improve WALRead() to suck data directly from WAL buffers when possible
Previous Message Gilles Darold 2023-11-02 16:27:02 Tab completion for CREATE TABLE ... AS