fix validation in ALTER INDEX ... ALTER COLUMN ... SET

Edit
ID 3359
Title fix validation in ALTER INDEX ... ALTER COLUMN ... SET
Topic Bug Fixes
Created 2021-10-13 00:08:29
Last modified 2021-10-19 04:19:09 (3 years, 1 month ago)
Latest email 2021-10-20 03:47:04 (3 years, 1 month ago)
Status
2021-11: Committed
Target version stable
Authors Nathan Bossart (bossartn)
Reviewers Become reviewer
Committer Michael Paquier (michael-kun)
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/3359
git checkout commitfest/cf/3359
Emails
BUG #17220: ALTER INDEX ALTER COLUMN SET (..) with an optionless opclass makes index and table unusable
First at 2021-10-11 15:25:49 by PG Bug reporting form <noreply at postgresql.org>
Latest at 2021-10-20 03:47:04 by Michael Paquier <michael at paquier.xyz>
Latest attachment (disallow_alter_index_column_set_v2.patch) at 2021-10-18 07:46:40 from Michael Paquier <michael at paquier.xyz>
    Attachment (disallow_alter_index_column_set_v2.patch) at 2021-10-18 07:46:40 from Michael Paquier <michael at paquier.xyz> (Patch: Yes)
    Attachment (disallow_alter_index_column_set.patch) at 2021-10-13 17:20:56 from "Bossart, Nathan" <bossartn at amazon.com> (Patch: Yes)
    Attachment (alter_index_column_set_validation.patch) at 2021-10-13 00:06:32 from "Bossart, Nathan" <bossartn at amazon.com> (Patch: Yes)
History
When Who What
2021-10-19 04:19:09 Michael Paquier (michael-kun) Closed in commitfest 2021-11 with status: Committed
2021-10-19 04:19:09 Michael Paquier (michael-kun) Changed committer to michael-kun
2021-10-13 00:08:59 Nathan Bossart (bossartn) Changed authors to Nathan Bossart (bossartn)
2021-10-13 00:08:59 Nathan Bossart (bossartn) Changed targetversion to stable
2021-10-13 00:08:30 Nathan Bossart (bossartn) Attached mail thread 17220-15d684c6c2171a83@postgresql.org
2021-10-13 00:08:30 Nathan Bossart (bossartn) Created patch record
Edit