Fix CLUSTER ... or at least undo the bit-rot it's suffered since 6.5.
Tom Lane <tgl@sss.pgh.pa.us>
Fix CLUSTER ... or at least undo the bit-rot it's suffered since 6.5. It's still pretty fundamentally bogus :-(. Freebie side benefit: ALTER TABLE RENAME works on indexes now.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/cluster.c | modified | +18 −36 |
| src/backend/commands/rename.c | modified | +23 −2 |
| src/backend/tcop/utility.c | modified | +1 −4 |