Re: Allow NOT VALID foreign key constraints on partitioned tables.
Amul Sul <sulamul@gmail.com>
From: Amul Sul <sulamul@gmail.com>
To: Álvaro Herrera <alvherre@alvh.no-ip.org>
Cc: "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2025-01-15T05:34:51Z
Lists: pgsql-hackers
Attachments
- v2-0001-Refactor-Split-ATExecValidateConstraint.patch (application/octet-stream) patch v2-0001
- v2-0002-Allow-NOT-VALID-foreign-key-constraints-on-partit.patch (application/octet-stream) patch v2-0002
On Mon, Jan 6, 2025 at 9:53 AM Amul Sul <sulamul@gmail.com> wrote: > I made the minor changes to the attached version and rebased it against the latest master(9a45a89c38f). Regards, Amul
Commits
-
Add missing CommandCounterIncrement
- 0a16c8326c5a 18.0 landed
-
Fix instability in recently added regression tests
- c44c2d275987 18.0 landed
-
Allow NOT VALID foreign key constraints on partitioned tables
- b663b9436e75 18.0 landed
-
Split ATExecValidateConstraint into reusable pieces
- 86374c9a0e30 18.0 landed