Re: Unexpected reindex when altering column types for partitioned tables - Mailing list pgsql-hackers

From Álvaro Rodríguez
Subject Re: Unexpected reindex when altering column types for partitioned tables
Date
Msg-id CA+C_kKXCfrqOzBr5HqAOPoQxcARLkD1v84UQzBDdeMXpcTmHdw@mail.gmail.com
Whole thread
In response to Re: Unexpected reindex when altering column types for partitioned tables  (Álvaro Rodríguez <alvaro@datadoghq.com>)
List pgsql-hackers
I am also attaching a new version of the patches where we scope the
new constraint recreating behavior to UNIQUE and PK constraints
(instead of everything that is index-backed). This avoids unwanted
impact on how FKs that reference partitioned tables are handled and
should as a bonus fix the CI.

Thanks,
Álvaro

Attachment

pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: Fast-path FK checks reject valid inserts for domain-typed FK columns
Next
From: Ashutosh Sharma
Date:
Subject: Re: Report bytes and transactions actually sent downtream