Re: [PATCH] Partial foreign key updates in referential integrity triggers

From: Paul Martinez <hellopfm(at)gmail(dot)com>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: Ibrar Ahmed <ibrar(dot)ahmad(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Subject: Re: [PATCH] Partial foreign key updates in referential integrity triggers
Date: 2021-09-02 19:10:35
Message-ID: CAF+2_SHvZKnExvW0-quWDrA53CpsOHjjc_H8aNc7WGUO8pBiiA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Sep 1, 2021 at 4:11 AM Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:

> This patch no longer applies, can you please submit a rebased version? It
> currently fails on catversion.h, to keep that from happening repeatedly you can
> IMO skip that from the patch submission.

Ah, understood. Will do that in the future. Attached are rebased patches, not
including catversion.h changes, for both the ON UPDATE/DELETE case, and the
ON DELETE only case.

- Paul

Attachment Content-Type Size
referential-actions-set-cols-v3.patch application/octet-stream 54.4 KB
referential-actions-on-delete-only-set-cols-v2.patch application/octet-stream 47.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mark Dilger 2021-09-02 19:33:52 Re: Skipping logical replication transactions on subscriber side
Previous Message Jacob Champion 2021-09-02 18:53:37 Re: automatically generating node support functions