Re: BUG #17409: Unable to alter data type of clustered column which is referenced by foreign key
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Japin Li <japinli@hotmail.com>, holly.roberts@starlingbank.com, peter@eisentraut.org, pgsql-bugs@lists.postgresql.org
Date: 2022-03-14T08:08:59Z
Lists: pgsql-bugs
On Mon, Mar 14, 2022 at 04:51:10PM +0900, Michael Paquier wrote: > Yes, I think that what you did in 369398e to tweak > get_constraint_name() is the right fix, or we'd finish by creating > more index rebuild requests than necessary when going through the > inheritance tree of these tables. Ditto, 641f3df. -- Michael
Commits
-
Restore the previous semantics of get_constraint_index().
- 641f3dffcdf1 15.0 landed
- 8dcd1c3564f0 14.3 landed
-
Change get_constraint_index() to use pg_constraint.conindid
- 8b069ef5dca9 14.0 cited