Re: ALTER CONSTRAINT on a partitioned FK isn't working
Alvaro Herrera <alvherre@alvh.no-ip.org>
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-bugs@lists.postgresql.org
Date: 2021-05-04T00:21:16Z
Lists: pgsql-bugs
Attachments
- 0001-fix-ALTER-CONSTRAINT-for-partitioned-tables.patch (text/x-diff)
This backpatches to 12 and 13 cleanly, but 11 needs a completely different patch -- attached. -- Álvaro Herrera Valdivia, Chile Maybe there's lots of data loss but the records of data loss are also lost. (Lincoln Yeoh)
Commits
-
Have ALTER CONSTRAINT recurse on partitioned tables
- 6f70d7ca1d19 14.0 landed
- abce26c9eb95 12.7 landed
- a25b98d2cf38 11.12 landed
- 923c13520f1b 13.3 landed
-
Fix OID passed to object-alter hook during ALTER CONSTRAINT
- e798d095da3a 14.0 landed
- 91a6b3862fef 13.3 landed
- 72fabd4bfb5a 12.7 landed