Fix alter data type of clustered/replica identity columns

Edit
ID 3549
Title Fix alter data type of clustered/replica identity columns
Topic Bug Fixes
Created 2022-02-18 08:51:16
Last modified 2022-03-11 18:51:11 (2 years, 8 months ago)
Latest email 2022-03-14 08:08:59 (2 years, 8 months ago)
Status
2022-03: Committed
Target version
Authors Japin Li (japin)
Reviewers Tom Lane (tgl)Become reviewer
Committer Tom Lane (tgl)
Links CFbot results (CirrusCI) CFbot GitHub
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/3549
git checkout commitfest/cf/3549
Emails
BUG #17409: Unable to alter data type of clustered column which is referenced by foreign key
First at 2022-02-16 14:38:55 by PG Bug reporting form <noreply at postgresql.org>
Latest at 2022-03-14 08:08:59 by Michael Paquier <michael at paquier.xyz>
Latest attachment (v5-fix-alter-data-type-of-clustered-column.patch) at 2022-03-11 18:29:05 from Tom Lane <tgl at sss.pgh.pa.us>
    Attachment (v5-fix-alter-data-type-of-clustered-column.patch) at 2022-03-11 18:29:05 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (v4-fix-alter-data-type-of-clustered-column.patch) at 2022-03-11 13:18:14 from Japin Li <japinli at hotmail.com> (Patch: Yes)
    Attachment (v3-fix-alter-data-type-of-clustered-column.patch) at 2022-03-11 00:37:45 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (v2-fix-alter-data-type-of-clustered-column.patch) at 2022-02-18 08:53:56 from Japin Li <japinli at hotmail.com> (Patch: Yes)
    Attachment (fix-alter-data-type-of-clustered-column.patch) at 2022-02-17 17:30:46 from Japin Li <japinli at hotmail.com> (Patch: Yes)
History
When Who What
2022-03-11 18:51:11 Tom Lane (tgl) Closed in commitfest 2022-03 with status: Committed
2022-03-11 18:51:11 Tom Lane (tgl) Changed committer to tgl
2022-03-11 00:05:39 Tom Lane (tgl) Added tgl as reviewer
2022-03-04 03:38:47 Justin Pryzby (justinpryzby) Changed authors to Japin Li (japin)
2022-02-18 08:54:21 Japin Li (japin) Changed name to Fix alter data type of clustered/replica identity columns
2022-02-18 08:51:16 Japin Li (japin) Attached mail thread 17409-52871dda8b5741cb@postgresql.org
2022-02-18 08:51:16 Japin Li (japin) Created patch record
Edit