Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn't

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 8325a8d69eca29573e5e11f341636a1afe664f20
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-05-06T16:10:57Z
Releases: 8.0.0
Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn't
modify.  Also fix a passel of problems with ALTER TABLE CLUSTER ON:
failure to check that the index is safe to cluster on (or even belongs
to the indicated rel, or even exists), and failure to broadcast a relcache
flush event when changing an index's state.

Files