Re: a misbehavior of partition row movement (?)
Amit Langote <amitlangote09@gmail.com>
From: Amit Langote <amitlangote09@gmail.com>
To: Arne Roland <A.Roland@index.de>
Cc: Tomas Vondra <tomas.vondra@2ndquadrant.com>, "David G. Johnston" <david.g.johnston@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2020-12-22T07:57:30Z
Lists: pgsql-hackers
Attachments
- v2-0001-Create-foreign-key-triggers-in-partitioned-tables.patch (application/octet-stream) patch v2-0001
- v2-0002-Enforce-foreign-key-correctly-during-cross-partit.patch (application/octet-stream) patch v2-0002
On Tue, Dec 22, 2020 at 4:16 PM Amit Langote <amitlangote09@gmail.com> wrote: > On Mon, Dec 21, 2020 at 11:30 PM Arne Roland <A.Roland@index.de> wrote: > > thanks for the quick reply! Sadly I have been busy and the second part of your patch does no longer apply in src/include/nodes/execnodes.h:497. > > I don't see any problem with applying the patch. Are you sure you're > applying the patch to the correct git branch? The patch is meant to > be applied to the development (master) branch. Sorry, it seems you are right and the 2nd patch indeed fails to apply to master. Attached updated version. -- Amit Langote EDB: http://www.enterprisedb.com
Commits
-
Enforce foreign key correctly during cross-partition updates
- ba9a7e392171 15.0 landed
-
Create foreign key triggers in partitioned tables too
- f4566345cf40 15.0 landed